Commit 6e228e80 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: dts: imx27: Add AUDMUX devicetree node

This patch adds the missing (Digital Audio MUX) AUDMUX devicetree
node for i.MX27 CPUs.
Signed-off-by: default avatarAlexander Shiyan <eagle.alexander923@gmail.com>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent e4b6a056
...@@ -260,6 +260,13 @@ gpio6: gpio@10015500 { ...@@ -260,6 +260,13 @@ gpio6: gpio@10015500 {
#interrupt-cells = <2>; #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 { cspi3: cspi@10017000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
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