arm64: dts: rockchip: rk3588-evbs: enable dp0 sound card

Signed-off-by: Shunhua Lan <lsh@rock-chips.com>
Change-Id: Id1a8d26def060de71078621635de7c70bc7cd6c1
This commit is contained in:
Shunhua Lan
2022-05-20 10:55:21 +08:00
committed by Tao Huang
parent f1147b3eb3
commit fe1fe371dc
3 changed files with 26 additions and 0 deletions

View File

@@ -254,6 +254,10 @@
status = "okay";
};
&dp0_sound{
status = "okay";
};
&dp1 {
pinctrl-names = "default";
pinctrl-0 = <&dp1_hpd>;
@@ -668,6 +672,10 @@
status = "okay";
};
&spdif_tx2 {
status = "okay";
};
&u2phy0_otg {
rockchip,typec-vbus-det;
};

View File

@@ -84,6 +84,16 @@
default-brightness-level = <200>;
};
dp0_sound: dp0-sound {
status = "disabled";
compatible = "rockchip,hdmi";
rockchip,card-name= "rockchip,dp0";
rockchip,mclk-fs = <512>;
rockchip,cpu = <&spdif_tx2>;
rockchip,codec = <&dp0 1>;
rockchip,jack-det;
};
hdmi0_sound: hdmi0-sound {
status = "disabled";
compatible = "simple-audio-card";

View File

@@ -222,6 +222,10 @@
status = "okay";
};
&dp0_sound{
status = "okay";
};
&edp0 {
force-hpd;
status = "okay";
@@ -660,6 +664,10 @@
status = "okay";
};
&spdif_tx2 {
status = "okay";
};
&u2phy0_otg {
rockchip,typec-vbus-det;
};