From 7059ab48a6d5858a46de9e21c3e15ee2b7a2c26f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 9 Jan 2018 18:50:44 -0800 Subject: 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 --- target/linux/ramips/dts/GB-PC1.dts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/ramips') diff --git a/target/linux/ramips/dts/GB-PC1.dts b/target/linux/ramips/dts/GB-PC1.dts index df7caa9100..664dfa1efd 100644 --- a/target/linux/ramips/dts/GB-PC1.dts +++ b/target/linux/ramips/dts/GB-PC1.dts @@ -102,6 +102,11 @@ }; }; +&cpuclock { + compatible = "fixed-clock"; + clock-frequency = <90000000>; +}; + &pcie { status = "okay"; }; -- cgit v1.2.3