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>
v19.07.3_mercusys_ac12_duma
Rosen Penev 7 years ago committed by Mathias Kresin
parent 3c94691620
commit 7059ab48a6

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

Loading…
Cancel
Save