Skip to content

Commit

Permalink
ARM: dtsi: imx6qdl-sabresd: Enable SSI2 and AUDMUX
Browse files Browse the repository at this point in the history
Enable SSI2 and its pin configuration in AUDMUX.

Signed-off-by: Nicolin Chen <b42378@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Nicolin Chen authored and Shawn Guo committed Jun 17, 2013
1 parent 20426fe commit 4882870
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/imx6qdl-sabresd.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
};
};

&audmux {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_audmux_2>;
status = "okay";
};

&fec {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet_1>;
Expand Down Expand Up @@ -88,6 +94,11 @@
};
};

&ssi2 {
fsl,mode = "i2s-slave";
status = "okay";
};

&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_1>;
Expand Down

0 comments on commit 4882870

Please sign in to comment.