projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
059b2f5
)
ramips: Fix GB-PC1 cpuclock again
author
Rosen Penev
<rosenp@gmail.com>
Sun, 21 Jan 2018 03:56:33 +0000
(19:56 -0800)
committer
Mathias Kresin
<dev@kresin.me>
Wed, 24 Jan 2018 06:33:42 +0000
(07:33 +0100)
The intended frequency is 900 MHz, not 90.
Fixes: 7059ab48a6d5 ("ramips: fix cpuclock for the GB-PC1")
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 664dfa1efdaca236399fd1e6b04b0c5cf144910d..47e1377989881fb186b33efff403366775edcee2 100644
(file)
--- a/
target/linux/ramips/dts/GB-PC1.dts
+++ b/
target/linux/ramips/dts/GB-PC1.dts
@@
-104,7
+104,7
@@
&cpuclock {
compatible = "fixed-clock";
- clock-frequency = <90000000>;
+ clock-frequency = <90000000
0
>;
};
&pcie {