The GnuBee PC1 stock bootloader runs at 900Mhz. This fixes bad clock drift when running the platform. Signed-off-by: Rosen Penev <[email protected]>
@@ -102,6 +102,11 @@
};
+&cpuclock {
+ compatible = "fixed-clock";
+ clock-frequency = <90000000>;
+};
+
&pcie {
status = "okay";