From aa82fdf110186734a42ba80e0b02f16d8db551db Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 26 Nov 2018 16:10:33 +0100 Subject: [PATCH 1/1] ramips: fix GB-PC1/PC2 build error With ed25e3ac02d9 ("ramips: fix some clocks in mt7621.dtsi") the cpuclock node was dropped from the mt7621.dtsi without removing the references to this node from the GB-PC1/PC2 dts files. Remove them now, to fix the build error. Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/GB-PC1.dts | 5 ----- target/linux/ramips/dts/GB-PC2.dts | 5 ----- 2 files changed, 10 deletions(-) diff --git a/target/linux/ramips/dts/GB-PC1.dts b/target/linux/ramips/dts/GB-PC1.dts index 49262cc6a8..6f92f9a53b 100644 --- a/target/linux/ramips/dts/GB-PC1.dts +++ b/target/linux/ramips/dts/GB-PC1.dts @@ -105,11 +105,6 @@ }; }; -&cpuclock { - compatible = "fixed-clock"; - clock-frequency = <900000000>; -}; - &pcie { status = "okay"; }; diff --git a/target/linux/ramips/dts/GB-PC2.dts b/target/linux/ramips/dts/GB-PC2.dts index 9049e73876..2c90975b81 100644 --- a/target/linux/ramips/dts/GB-PC2.dts +++ b/target/linux/ramips/dts/GB-PC2.dts @@ -115,11 +115,6 @@ }; }; -&cpuclock { - compatible = "fixed-clock"; - clock-frequency = <900000000>; -}; - &pcie { status = "okay"; }; -- 2.30.2