2
0
فهرست منبع

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";
 };