diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-08-10 04:51:51 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:57 -0400 |
commit | a919c69c593d13435f454af3e93668f211f91841 (patch) | |
tree | ad3b5561a57eff9dc5ec24b39ea5cbaaea0e7f83 /arch/arm/boot | |
parent | 1c04ab0f0f7abbaf9233d4187ed9715b8782b35d (diff) |
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 <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore-som.dts | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
21 | }; | 21 | }; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | &audmux { | ||
25 | status = "okay"; | ||
26 | |||
27 | /* SSI0 <=> PINS_4 (MC13783 Audio) */ | ||
28 | ssi0 { | ||
29 | fsl,audmux-port = <0>; | ||
30 | fsl,port-config = <0xcb205000>; | ||
31 | }; | ||
32 | |||
33 | pins4 { | ||
34 | fsl,audmux-port = <2>; | ||
35 | fsl,port-config = <0x00001000>; | ||
36 | }; | ||
37 | }; | ||
38 | |||
24 | &cspi1 { | 39 | &cspi1 { |
25 | fsl,spi-num-chipselects = <1>; | 40 | fsl,spi-num-chipselects = <1>; |
26 | cs-gpios = <&gpio4 28 0>; | 41 | cs-gpios = <&gpio4 28 0>; |