projects
/
openwrt
/
staging
/
dedeckeh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c94691
)
ramips: fix cpuclock for the GB-PC1
author
Rosen Penev
<rosenp@gmail.com>
Wed, 10 Jan 2018 02:50:44 +0000
(18:50 -0800)
committer
Mathias Kresin
<dev@kresin.me>
Fri, 12 Jan 2018 07:02:51 +0000
(08:02 +0100)
The GnuBee PC1 stock bootloader runs at 900Mhz. This fixes bad clock drift when running the platform.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
target/linux/ramips/dts/GB-PC1.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/GB-PC1.dts
b/target/linux/ramips/dts/GB-PC1.dts
index df7caa9100293afc9c19d5c2a1570edf5495e858..664dfa1efdaca236399fd1e6b04b0c5cf144910d 100644
(file)
--- a/
target/linux/ramips/dts/GB-PC1.dts
+++ b/
target/linux/ramips/dts/GB-PC1.dts
@@
-102,6
+102,11
@@
};
};
+&cpuclock {
+ compatible = "fixed-clock";
+ clock-frequency = <90000000>;
+};
+
&pcie {
status = "okay";
};