Add HDMI-Sound card node as sound-i2s.
Change-Id: Iff48e6cd370795a69ccdb026ea9de2412045fc19
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
};
};
};
+
+ sound-i2s {
+ compatible = "simple-audio-card";
+ simple-audio-card,name = "StarFive-HDMI-Sound-Card";
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ simple-audio-card,dai-link@0 {
+ reg = <0>;
+ format = "i2s";
+ bitclock-master = <&sndi2s0>;
+ frame-master = <&sndi2s0>;
+ mclk-fs = <256>;
+
+ sndi2s0: cpu {
+ sound-dai = <&i2stx0>;
+ };
+
+ sndhdmi0: codec {
+ sound-dai = <&hdmi>;
+ };
+ };
+ };
};
&dc8200 {