summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuoXiaoTan <lxt@rock-chips.com>2017-04-13 20:27:30 -0700
committerHuang, Tao <huangtao@rock-chips.com>2017-04-14 17:04:44 +0800
commitb1a14b3056873e639b0a61b379a23cc18438acd5 (patch)
treeffd2c6d9a66624b347a3003040943253d6ac8454
parente527707a34444b44647cb4915d3e4dae4fa961c1 (diff)
arm64: dts: rk3399-sapphire: add HDMIIn sound dev
sable rt5651 simple-audio-card and we will write a machine driver for rt5651 tc358749x HDMIIn function. And add rt5651-tc358749x-sound for HDMIIn function Change-Id: I983fa9171bfa1fb3bf0ab492354e471046c08e93 Signed-off-by: LuoXiaoTan <lxt@rock-chips.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator-edp-android-6.0.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator-edp-android-6.0.dts b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator-edp-android-6.0.dts
index 03afa71e3a45..53447de2ecc0 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator-edp-android-6.0.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator-edp-android-6.0.dts
@@ -54,6 +54,13 @@
};
rt5651-sound {
+ status = "disabled";
+ };
+
+ hdmiin-sound {
+ compatible = "rockchip,rockchip-rt5651-tc358749x-sound";
+ rockchip,cpu = <&i2s0>;
+ rockchip,codec = <&rt5651 &rt5651 &tc358749x>;
status = "okay";
};
};