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

Commit b7879fe6 authored by Richard Zhao's avatar Richard Zhao Committed by Shawn Guo
Browse files

ARM: dts: imx6q-sabrelite: add sound device imx6q-sabrelite-sgtl5000

parent a258561d
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -110,4 +110,18 @@
			regulator-always-on;
		};
	};

	sound {
		compatible = "fsl,imx6q-sabrelite-sgtl5000",
			     "fsl,imx-audio-sgtl5000";
		model = "imx6q-sabrelite-sgtl5000";
		ssi-controller = <&ssi1>;
		audio-codec = <&codec>;
		audio-routing =
			"MIC_IN", "Mic Jack",
			"Mic Jack", "Mic Bias",
			"Headphone Jack", "HP_OUT";
		mux-int-port = <1>;
		mux-ext-port = <4>;
	};
};