projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a338be9
)
ARM: dts: i.MX27: Disable AUDMUX in the template
author
Alexander Shiyan
<shc_work@mail.ru>
Sat, 10 Aug 2013 08:51:50 +0000
(12:51 +0400)
committer
Shawn Guo
<shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:55 +0000
(23:29 +0800)
AUDMUX expects additional parameters to be configured correctly,
so turn it off into a template.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx27.dtsi
b/arch/arm/boot/dts/imx27.dtsi
index
76cd89f
..
c037c22
100644
(file)
--- a/
arch/arm/boot/dts/imx27.dtsi
+++ b/
arch/arm/boot/dts/imx27.dtsi
@@
-300,6
+300,7
@@
reg = <0x10016000 0x1000>;
clocks = <&clks 0>;
clock-names = "audmux";
+ status = "disabled";
};
cspi3: cspi@10017000 {