[PATCH 7/9] ARM: dtsi: imx6qdl-sabresd: Enable SSI2 and AUDMUX

Shawn Guo shawn.guo at linaro.org
Fri Jun 14 02:24:05 EDT 2013


On Thu, Jun 13, 2013 at 07:51:02PM +0800, Nicolin Chen wrote:
> Enable SSI2 and its pin configuration in AUDMUX.
> 
> Signed-off-by: Nicolin Chen <b42378 at freescale.com>
> ---
>  arch/arm/boot/dts/imx6qdl-sabresd.dtsi |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> index 4ee2413..a76e37a 100644
> --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> @@ -93,6 +93,17 @@
>  	status = "okay";
>  };
>  
> +&ssi2 {
> +	status = "okay";
> +	fsl,mode = "i2s-slave";
> +};
> +
> +&audmux {
> +	status = "okay";
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_audmux_2>;
> +};
> +

I moved these two nodes around to have them properly sorted, and also
move "status" to be the last property.

Shawn

>  &i2c1 {
>  	status = "okay";
>  	clock-frequency = <100000>;
> -- 
> 1.7.1
> 
> 




More information about the linux-arm-kernel mailing list