projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de124d3
)
ARM: dts: imx53-tx53: set correct mclk frequency
author
Lothar Waßmann
<LW@KARO-electronics.de>
Wed, 20 Jan 2016 13:09:22 +0000
(14:09 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 29 Feb 2016 08:17:24 +0000
(16:17 +0800)
The reference clock for the SGTL5000 is generated by a 26MHz crystal
oscillator on the Ka-Ro electronics STK5 eval kits. Use the correct
frequency setting in DTB.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53-tx53.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx53-tx53.dtsi
b/arch/arm/boot/dts/imx53-tx53.dtsi
index 006289ae9f991a38ef51705e58545b7c8e5757d9..bd3dfefa5778acbcc1124279f02517fc8aecaa3e 100644
(file)
--- a/
arch/arm/boot/dts/imx53-tx53.dtsi
+++ b/
arch/arm/boot/dts/imx53-tx53.dtsi
@@
-37,7
+37,7
@@
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
- clock-frequency = <2
7
000000>;
+ clock-frequency = <2
6
000000>;
};
};