arm64: dts: rockchip: rk3588-evb7: add rk628 sound for hdmiin audio

Signed-off-by: Shunhua Lan <lsh@rock-chips.com>
Change-Id: I4b14de5ef996d256652a023a3bc64e6de056bd09
This commit is contained in:
Shunhua Lan
2024-03-20 14:05:34 +08:00
committed by Tao Huang
parent 3490947faa
commit ab5593978c

View File

@@ -12,6 +12,26 @@
model = "Rockchip RK3588 EVB7 V11 Board + Rockchip RK628 HDMI to MIPI Extboard";
compatible = "rockchip,rk3588-evb7-v11", "rockchip,rk3588";
rk628_dc: rk628-dc {
compatible = "rockchip,dummy-codec";
#sound-dai-cells = <0>;
};
rk628-sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "rockchip,rk628hdmiin";
simple-audio-card,bitclock-master = <&dailink0_master>;
simple-audio-card,frame-master = <&dailink0_master>;
status = "okay";
simple-audio-card,cpu {
sound-dai = <&i2s3_2ch>;
};
dailink0_master: simple-audio-card,codec {
sound-dai = <&rk628_dc>;
};
};
vcc_mipicsi0: vcc-mipicsi0-regulator {
/delete-property/ gpio;
/delete-property/ pinctrl-0;
@@ -106,6 +126,11 @@
};
};
&i2s3_2ch {
rockchip,capture-only;
status = "okay";
};
&mipi_dcphy0 {
status = "okay";
};