Message ID | 20230807202159.13095-1-francesco@dolcini.it (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: ti: Enable Audio on Verdin AM62 | expand |
Hi Francesco Dolcini, On Mon, 07 Aug 2023 22:21:55 +0200, Francesco Dolcini wrote: > From: Francesco Dolcini <francesco.dolcini@toradex.com> > > Add AM62x AUDIO_REFCLKx to AM62x SoC dtsi, and after doing it, enable audio > support for Toradex Verdin AM62. > > DT bindings updates, related to the audio codec used here, are already merged > in next [2][3]. > > [...] Note: wlf,wm8904 converted to yaml and #sound-dai-cells fixup are present in linux-next next-20230808 tag, and the dtbs_checks is clean there. while the syscon cleanups need to take place, the expectation is that the changes for syscon should keep this node and driver functional. if anything changes, please let me know and we can take appropriate measures. I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/4] arm64: dts: ti: k3-am62: Enable AUDIO_REFCLKx commit: 6111ac92f93415eaa680e7ef43ee4fa78b1eb7f2 [2/4] arm64: dts: ti: verdin-am62: Set I2S_1 MCLK rate commit: 0bf6d62cb5173d85113f4f759cad3191845e15fa [3/4] arm64: dts: ti: verdin-am62: dev: add sound card commit: c90658201cbeb7aae072ab3da4e255f47d9e25b3 [4/4] arm64: dts: ti: verdin-am62: dahlia: add sound card commit: f5bf894c865b26ea8ec43186e87bb08d092b6fa1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
From: Francesco Dolcini <francesco.dolcini@toradex.com> Add AM62x AUDIO_REFCLKx to AM62x SoC dtsi, and after doing it, enable audio support for Toradex Verdin AM62. DT bindings updates, related to the audio codec used here, are already merged in next [2][3]. For correct functionality this fix [1] is also required. [1] https://lore.kernel.org/all/20230728222639.110409-1-francesco@dolcini.it/ [2] https://lore.kernel.org/all/20230719124752.248898-1-francesco@dolcini.it/ [3] https://lore.kernel.org/all/20230719121918.247397-1-francesco@dolcini.it/ v3: - added Reviewed-by: Jai Luthra <j-luthra@ti.com> - removed changes on k3-am62a-main.dtsi that were introducing warnings v2: - s/clock/clock-controller/ on audio refclk nodes name. Francesco Dolcini (3): arm64: dts: ti: verdin-am62: Set I2S_1 MCLK rate arm64: dts: ti: verdin-am62: dev: add sound card arm64: dts: ti: verdin-am62: dahlia: add sound card Jai Luthra (1): arm64: dts: ti: k3-am62: Enable AUDIO_REFCLKx arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 18 +++++++ .../boot/dts/ti/k3-am62-verdin-dahlia.dtsi | 53 +++++++++++++++++++ .../arm64/boot/dts/ti/k3-am62-verdin-dev.dtsi | 45 ++++++++++++++++ arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 5 ++ 4 files changed, 121 insertions(+)