summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi
AgeCommit message (Collapse)Author
2022-12-02arm64: dts: verdin-imx8mm: fix dahlia audio playbackEmanuele Ghidoli
Set optional `simple-audio-card,mclk-fs` parameter to ensure a proper clock to the wm8904 audio codec. Without this change with an audio stream rate of 44.1 kHz the playback is completely distorted. Related-to: ELB-4579 Upstream-Status: Submitted [https://lore.kernel.org/all/20221201125548.34793-1-francesco@dolcini.it/] Fixes: Fixes: 6a57f224f734 ("arm64: dts: freescale: add initial support for verdin imx8m mini") Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
2021-03-08arm64: dts: imx8mm-verdin: enable micbiasMax Krummenacher
Without this DAPM widget MICBIAS is not switched on when recording. Related-to: ELB-3503 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-02-17arm64: dts: imx8mm-verdin: add dev board audio codecMax Krummenacher
The verdin development carrier board V1.1 now uses a Nuvoton NAU88C22YG audio codec. (The Dahlia carrier board V1.1 keeps using the WM8904) Add the relevant device tree nodes and delete the ones for the WM8904. Related-to: ELB-3503 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-02-17arm64: dts: imx8mm-verdin: enable lm75 temperature sensorMax Krummenacher
The carrier boards V1.1 now feature a TI TMP75C temperature sensor. Add the relevant device tree nodes. Related-to: ELB-3502 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-02-17arm64: dts: imx8mm-verdin: refactor dahlia and development boardMax Krummenacher
Make dahlia dtsi the master and the Development Board dtsi overwriting the differences to Dahlia. This unifies with how it is done for the Verdin iMX8M Plus. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-01-27arm64: dts: verdin-imx8mm: initial devicetreePhilippe Schenker
This commit holds the initial devicetrees for verdin-imx8mm module. They are based on the devicetree from toradex_4.14-2.3.x-imx branch and contain only a stripped down subset of the features which compile and should act as a starting point for further bringup on this branch. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Conflicts: arch/arm64/boot/dts/freescale/Makefile Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>