ODROID-M2: arm64/dts: Add support dp0-sound (typeC to dp0)

Signed-off-by: ckkim <changkon12@gmail.com>
Change-Id: I177e16fe085dfc8f343586b91c4d52aea6590ff5
This commit is contained in:
ckkim
2024-03-08 12:00:54 +09:00
committed by codewalkerster
parent b787e2789a
commit c3531aa3f2

View File

@@ -55,6 +55,16 @@
default-brightness-level = <100>;
};
dp0_sound: dp0-sound {
status = "okay";
compatible = "rockchip,hdmi";
rockchip,card-name= "rockchip-dp0";
rockchip,mclk-fs = <512>;
rockchip,cpu = <&spdif_tx2>;
rockchip,codec = <&dp0 1>;
rockchip,jack-det;
};
es8316_sound: es8316-sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
@@ -680,6 +690,10 @@
pinctrl-0 = <&spdif1m1_tx>;
};
&spdif_tx2 {
status = "okay";
};
&tsadc {
status = "okay";
};