arm64: dts: rockchip: rk3399-ind: tc358749x use dummy codec

Signed-off-by: Meiyou Chen <cmy@rock-chips.com>
Change-Id: Id6213f44e64cd92b0369f8dfdb411bba9b108930
This commit is contained in:
Meiyou Chen
2021-09-13 15:48:49 +08:00
committed by Tao Huang
parent 88bf597f09
commit 6ffc963243

View File

@@ -205,6 +205,11 @@
status = "okay";
};
dummy_codec: dummy-codec {
compatible = "rockchip,dummy-codec";
#sound-dai-cells = <0>;
};
tc358749x_sound:tc358749x-sound {
status = "okay";
compatible = "simple-audio-card";
@@ -213,10 +218,10 @@
simple-audio-card,bitclock-master = <&sound0_master>;
simple-audio-card,frame-master = <&sound0_master>;
simple-audio-card,cpu {
sound-dai = <&i2s0>;
sound-dai = <&i2s0>;
};
sound0_master: simple-audio-card,codec {
sound-dai = <&tc358749x>;
sound-dai = <&dummy_codec>;
};
};