From: Alexander Shiyan Date: Sat, 10 Aug 2013 08:51:51 +0000 (+0400) Subject: ARM: dts: imx27-phytec-phycore-som: Enable AUDMUX X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a919c69c593d13435f454af3e93668f211f91841;p=deliverable%2Flinux.git ARM: dts: imx27-phytec-phycore-som: Enable AUDMUX 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts index aa70ad75d76d..4ec402c38945 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts @@ -21,6 +21,21 @@ }; }; +&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>;