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:
b0e96f8
)
ARM: dts: imx28-tx28: use correct mclk frequency
author
Lothar Waßmann
<LW@KARO-electronics.de>
Wed, 20 Jan 2016 12:30:15 +0000
(13:30 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 29 Feb 2016 08:17:22 +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/imx28-tx28.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx28-tx28.dts
b/arch/arm/boot/dts/imx28-tx28.dts
index 546d55c60d6a252004206b3e119e0226e0d63586..fd20e99c777e9764c9c1e298029ea6db0b652ad6 100644
(file)
--- a/
arch/arm/boot/dts/imx28-tx28.dts
+++ b/
arch/arm/boot/dts/imx28-tx28.dts
@@
-130,7
+130,7
@@
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
- clock-frequency = <2
7
000000>;
+ clock-frequency = <2
6
000000>;
};
};