Add HDMI I2S config

From Sipeed, This should enable HDMI Audio
This commit is contained in:
NekoRouter
2023-05-19 15:52:19 +08:00
committed by Han Gao
parent b4474f7737
commit 7a1ebd4adb

View File

@@ -743,7 +743,7 @@
num-cs = <1>;
cs-gpios = <&gpio2_porta 3 0>;
rx-sample-dly = <4>;
status = "okay";
status = "disabled";
spi-flash@0 {
#address-cells = <1>;
@@ -1411,6 +1411,16 @@
sound-dai = <&es7210_audio_codec>;
};
};
simple-audio-card,dai-link@2 { /* I2S - HDMI */
reg = <2>;
format = "i2s";
cpu {
sound-dai = <&light_i2s 1>;
};
codec {
sound-dai = <&dummy_codec 2>;
};
};
};
&light_i2s {