ramips: fix cpuclock for the GB-PC1

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>
This commit is contained in:
Rosen Penev 2018-01-09 18:50:44 -08:00 committed by Mathias Kresin
parent 3c94691620
commit 7059ab48a6

View File

@ -102,6 +102,11 @@
};
};
&cpuclock {
compatible = "fixed-clock";
clock-frequency = <90000000>;
};
&pcie {
status = "okay";
};