mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: rk3568-evb: use "rockchip,hdmi" instead of "simple-audio-card"
Such as Debian SDK need the HDMI connection jack status to monitor the audio devices. if want to enable jack detection must add this config: "rockchip,jack-det;" else if want to disable jack detection and than remove "rockchip,jack-det;" Signed-off-by: XiaoTan Luo <lxt@rock-chips.com> Change-Id: I4a530987b032c1bc564804f6274cb30b495ea205
This commit is contained in:
@@ -151,18 +151,12 @@
|
||||
};
|
||||
|
||||
hdmi_sound: hdmi-sound {
|
||||
compatible = "simple-audio-card";
|
||||
simple-audio-card,format = "i2s";
|
||||
simple-audio-card,mclk-fs = <128>;
|
||||
simple-audio-card,name = "rockchip,hdmi";
|
||||
status = "disabled";
|
||||
|
||||
simple-audio-card,cpu {
|
||||
sound-dai = <&i2s0_8ch>;
|
||||
};
|
||||
simple-audio-card,codec {
|
||||
sound-dai = <&hdmi>;
|
||||
};
|
||||
compatible = "rockchip,hdmi";
|
||||
rockchip,mclk-fs = <128>;
|
||||
rockchip,name = "rockchip,hdmi";
|
||||
rockchip,cpu = <&i2s0_8ch>;
|
||||
rockchip,codec = <&hdmi>;
|
||||
};
|
||||
|
||||
leds: leds {
|
||||
|
||||
Reference in New Issue
Block a user