瀏覽代碼

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 7 年之前
父節點
當前提交
f93a73bbb5
共有 1 個文件被更改,包括 5 次插入0 次删除
  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";
 };