ARM: dts: imx27: Add AUDMUX devicetree node
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 23 Jun 2013 06:54:46 +0000 (10:54 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:18 +0000 (23:28 +0800)
This patch adds the missing (Digital Audio MUX) AUDMUX devicetree
node for i.MX27 CPUs.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi

index 88d0b01..c61a4e8 100644 (file)
                                #interrupt-cells = <2>;
                        };
 
+                       audmux: audmux@10016000 {
+                               compatible = "fsl,imx27-audmux", "fsl,imx21-audmux";
+                               reg = <0x10016000 0x1000>;
+                               clocks = <&clks 0>;
+                               clock-names = "audmux";
+                       };
+
                        cspi3: cspi@10017000 {
                                #address-cells = <1>;
                                #size-cells = <0>;