projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6acde88
)
ARM: dts: i.MX51: Add dummy clock to AUDMUX
author
Alexander Shiyan
<shc_work@mail.ru>
Thu, 7 Nov 2013 08:45:06 +0000
(12:45 +0400)
committer
Shawn Guo
<shawn.guo@linaro.org>
Sun, 9 Feb 2014 13:32:36 +0000
(21:32 +0800)
This patch adds dummy clock for AUDMUX. This change avoids useless
debug message "cannot get clock" during driver initialization.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx51.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx51.dtsi
b/arch/arm/boot/dts/imx51.dtsi
index e074b2a02ca1c1c1773beee89ec3515641de117d..5f5c1a80ce53dd0699f3f62bfbad8a5c577b2455 100644
(file)
--- a/
arch/arm/boot/dts/imx51.dtsi
+++ b/
arch/arm/boot/dts/imx51.dtsi
@@
-455,6
+455,8
@@
audmux: audmux@83fd0000 {
compatible = "fsl,imx51-audmux", "fsl,imx31-audmux";
reg = <0x83fd0000 0x4000>;
+ clocks = <&clks 0>;
+ clock-names = "audmux";
status = "disabled";
};