-
Notifications
You must be signed in to change notification settings - Fork 719
Add audio aux pll support tdm #3440
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
Open
erdemsimsek
wants to merge
5
commits into
nrfconnect:main
Choose a base branch
from
erdemsimsek:add-audio-aux-pll-support-tdm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add audio aux pll support tdm #3440
erdemsimsek
wants to merge
5
commits into
nrfconnect:main
from
erdemsimsek:add-audio-aux-pll-support-tdm
+70
−29
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ee04109 to
308e758
Compare
4883406 to
6845681
Compare
6845681 to
4712019
Compare
mstasiaknordic
approved these changes
Oct 30, 2025
…requencies These represent the outputted frequencies of the AUXPLL of different settings set in the device tree set using dt-bindings in nrf-auxpll.h. This is added to remove the need for 'magic numbers' in drivers and tests. Signed-off-by: David Jewsbury <[email protected]> (cherry picked from commit 0770210)
…frequency macros Frequencies being for AUXPLL were register assignments and not actual frequencies. Signed-off-by: David Jewsbury <[email protected]> (cherry picked from commit eb60562)
…cros Eliminate the need for magic numbers when setting AUXPLL_FREQ_OUT Signed-off-by: David Jewsbury <[email protected]> (cherry picked from commit 9a3a954)
Add support for audio_auxpll clock source as an alternative to audiopll in the i2s_nrf_tdm driver. This enables TDM functionality on platforms that use the auxiliary PLL for audio clocking. - Add audio_auxpll node detection and configuration - Update clock management to support both audiopll and audio_auxpll - Add build assertions for supported frequency configurations Signed-off-by: Erdem Simsek <[email protected]> (cherry picked from commit 8338097b1d5008ec88982c42a7bd53223042b5eb)
Add I2S_TRIGGER_DROP call in the error test to ensure proper cleanup after stopping the I2S device. This validates that the drop trigger is properly handled in error conditions and resources are released. Signed-off-by: Erdem Simsek <[email protected]> (cherry picked from commit aec9da060b93d8c9e039233cc75d695d0eb8d007)
4712019 to
baa11c6
Compare
adamkondraciuk
approved these changes
Oct 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This peripheral is about adding audio auxpll support to tdm peripheral.
PR for audio auxpll macro
PR for adding audio auxpll support to tdm