Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 486d379c authored by Arnaud Pouliquen's avatar Arnaud Pouliquen Committed by Patrice Chotard
Browse files

ARM: dts: STiH410-B2260: enable sound card



Enable simple card with HDMI device.

Signed-off-by: default avatarArnaud Pouliquen <arnaud.pouliquen@st.com>
parent 22622699
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -165,6 +165,9 @@
			status = "okay";
		};

		sti_uni_player0: sti-uni-player@8d80000 {
			status = "okay";
		};
		/* SSC11 to HDMI */
		hdmiddc: i2c@9541000 {
			/* HDMI V1.3a supports Standard mode only */
@@ -174,6 +177,25 @@
			status = "okay";
		};

		sound {
			compatible = "simple-audio-card";
			simple-audio-card,name = "STI-B2260";
			status = "okay";

			simple-audio-card,dai-link@0 {
				/* DAC */
				format = "i2s";
				mclk-fs = <128>;
				cpu {
					sound-dai = <&sti_uni_player0>;
				};

				codec {
					sound-dai = <&sti_hdmi>;
				};
			};
		};

		miphy28lp_phy: miphy28lp@9b22000 {

			phy_port1: port@9b2a000 {