Commit 48828700 authored by Nicolin Chen's avatar Nicolin Chen Committed by Shawn Guo

ARM: dtsi: imx6qdl-sabresd: Enable SSI2 and AUDMUX

Enable SSI2 and its pin configuration in AUDMUX.
Signed-off-by: default avatarNicolin Chen <b42378@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 20426feb
...@@ -52,6 +52,12 @@ volume-down { ...@@ -52,6 +52,12 @@ volume-down {
}; };
}; };
&audmux {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_audmux_2>;
status = "okay";
};
&fec { &fec {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet_1>; pinctrl-0 = <&pinctrl_enet_1>;
...@@ -88,6 +94,11 @@ codec: wm8962@1a { ...@@ -88,6 +94,11 @@ codec: wm8962@1a {
}; };
}; };
&ssi2 {
fsl,mode = "i2s-slave";
status = "okay";
};
&uart1 { &uart1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_1>; pinctrl-0 = <&pinctrl_uart1_1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment