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:
Jianhui Wang
2019-01-24 16:02:31 +08:00
committed by Tao Huang
parent 8ea4ee1c3e
commit 27f039b43a
2 changed files with 19 additions and 0 deletions

View File

@@ -69,6 +69,18 @@
};
};
&dp_sound {
status = "disabled";
};
&hdmi_dp_sound {
status = "disabled";
};
&hdmi_sound {
status = "okay";
};
&isp0 {
status = "okay";
};

View File

@@ -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";