ramips: Fix GB-PC1 cpuclock again
The intended frequency is 900 MHz, not 90.
Fixes: 7059ab48a6
("ramips: fix cpuclock for the GB-PC1")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
059b2f5481
commit
c25d9cbde8
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
||||||
|
|
||||||
&cpuclock {
|
&cpuclock {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <90000000>;
|
clock-frequency = <900000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie {
|
&pcie {
|
||||||
|
|
Loading…
Reference in a new issue