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

Commit 9cf807f6 authored by Peter Griffin's avatar Peter Griffin Committed by Patrice Chotard
Browse files

ARM: STi: DT: STiH407: Add sti-sasg-codec dt node



This patch adds the dt node for the internal audio
codec IP.

Signed-off-by: default avatarArnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
parent 857d477f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -877,5 +877,12 @@
				<&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>,
				<&clk_s_c0_flexgen CLK_EXT2F_A9>;
		};

		sti_sasg_codec: sti-sasg-codec {
			compatible = "st,stih407-sas-codec";
			#sound-dai-cells = <1>;
			status = "disabled";
			st,syscfg = <&syscfg_core>;
		};
	};
};