Browse Source

ramips: GnuBee PC1 fix clock skew

The GnuBee Personal Cloud One shipped with the bootloader set to 900Mhz.
This patch sets the sysclock to 900MHz to fix the clock skew.

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
L. D. Pinney 6 years ago
parent
commit
f93a73bbb5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      target/linux/ramips/dts/GB-PC1.dts

+ 5 - 0
target/linux/ramips/dts/GB-PC1.dts

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