-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: dai: add driver for NXP's ESAI #68875
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
All zephyr dependencies merged, removing from draft. |
This is good to go once we fix the trivial compliance check. |
V2 changes
|
@LaurentiuM1234 PR looks good to me. Will work with @dleach02 to have this merged first: |
Dependency merged and CI's green. Should be good to go at this point. |
Update hal_nxp reivison to pull in the following patches: * mcux: hal_nxp: include HAL ESAI driver if Zephyr ESAI driver is enabled Signed-off-by: Laurentiu Mihalcea <[email protected]>
This commit introduces a new DAI driver used for NXP's ESAI IP. Signed-off-by: Laurentiu Mihalcea <[email protected]>
Add node for NXP's i.MX8QM/i.MX8QXP AUDIO ESAI0 IP. Signed-off-by: Laurentiu Mihalcea <[email protected]>
Rebased. |
This PR depends on (not including HAL PR):
drivers: irqsteer: fix register index computation and cleanup hal_nxp#334