ARM: dts: imx27-phytec-phycore-som: Enable AUDMUX
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 10 Aug 2013 08:51:51 +0000 (12:51 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:57 +0000 (23:29 +0800)
Patch adds AUDMUX routing for Phytec PCM-038 module.
This route i.MX SSI0 (Port 1) to the slave port 4 where MC13783
codec interface is connected.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-phytec-phycore-som.dts

index aa70ad75d76d35f4a9e5e160f59531b330079630..4ec402c389457f6e5416dc573459127fd4128de7 100644 (file)
        };
 };
 
+&audmux {
+       status = "okay";
+
+       /* SSI0 <=> PINS_4 (MC13783 Audio) */
+       ssi0 {
+               fsl,audmux-port = <0>;
+               fsl,port-config = <0xcb205000>;
+       };
+
+       pins4 {
+               fsl,audmux-port = <2>;
+               fsl,port-config = <0x00001000>;
+       };
+};
+
 &cspi1 {
        fsl,spi-num-chipselects = <1>;
        cs-gpios = <&gpio4 28 0>;
This page took 0.038126 seconds and 5 git commands to generate.