mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: rk3399-sapphire-excavator-edp: modify sound adapter
HDMI sound use i2s2 & dp sound use spdif Change-Id: Id4ee15d3eb67dad1372f733ecf16182cc6488835 Signed-off-by: Jianhui Wang <wjh@rock-chips.com>
This commit is contained in:
@@ -69,6 +69,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
&dp_sound {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&hdmi_dp_sound {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&hdmi_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&isp0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -100,6 +100,13 @@
|
||||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
dp_sound: dp-sound {
|
||||
status = "disabled";
|
||||
compatible = "rockchip,cdndp-sound";
|
||||
rockchip,cpu = <&spdif>;
|
||||
rockchip,codec = <&cdn_dp 1>;
|
||||
};
|
||||
|
||||
hdmi_sound: hdmi-sound {
|
||||
status = "disabled";
|
||||
compatible = "simple-audio-card";
|
||||
|
||||
Reference in New Issue
Block a user