[PATCH V2 08/11] ARM: dts: imx6q-sabrelite: add sound device imx6q-sabrelite-sgtl5000
Shawn Guo
shawn.guo at linaro.org
Thu May 10 02:48:19 EDT 2012
On Wed, May 09, 2012 at 07:33:07PM +0800, Richard Zhao wrote:
> Signed-off-by: Richard Zhao <richard.zhao at freescale.com>
> ---
> arch/arm/boot/dts/imx6q-sabrelite.dts | 14 ++++++++++++++
> 1 files changed, 14 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
> index 5b51deb..5a35bfd 100644
> --- a/arch/arm/boot/dts/imx6q-sabrelite.dts
> +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
> @@ -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",
"Mic Bias" is a SUPPLY for both "MIC_IN" and "Mic Jack", so it should
look like:
"Mic Jack", "Mic Bias",
"MIC_IN", "Mic Bias",
Regards,
Shawn
> + "Headphone Jack", "HP_OUT";
> + mux-int-port = <1>;
> + mux-ext-port = <4>;
> + };
> };
> --
> 1.7.5.4
>
>
More information about the linux-arm-kernel
mailing list