mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user