summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-08-17 14:18:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-08-24 12:10:37 +0000
commit52b57463dd1246f4fc72c18f383301eed0b5a621 (patch)
treefc43f78e6891170748fe4d6303439eb5607366b7
parent28a688c2512c2a1e0b9b0f9c8bc6b66534836b8c (diff)
arm64: dts: imx8mp-verdin: add native hdmi-audio node
Add a disabled node related to hdmi-audio. This allows to enable hdmi-audio together with hdmi for the native hdmi hardware present on the SoM. Upstream-status: Pending [mainline does not support SAI yet] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
index f7e373f589d2..5880f27e7770 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
@@ -59,6 +59,21 @@
};
};
+ sound_hdmi: sound-hdmi {
+ compatible = "fsl,imx-audio-hdmi";
+ model = "audio-hdmi";
+ audio-cpu = <&aud2htx>;
+ hdmi-out;
+ constraint-rate = <44100>,
+ <88200>,
+ <176400>,
+ <32000>,
+ <48000>,
+ <96000>,
+ <192000>;
+ status = "disabled";
+ };
+
/* Carrier Board Supplies */
reg_1p8v: regulator-1p8v {
compatible = "regulator-fixed";