From: Mathias Kresin Date: Mon, 26 Nov 2018 15:10:33 +0000 (+0100) Subject: ramips: fix GB-PC1/PC2 build error X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=aa82fdf110186734a42ba80e0b02f16d8db551db;hp=d7494f30f5c8aa765158077ecf31e73d435a04e9;p=openwrt%2Fstaging%2Fmkresin.git 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 --- 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"; };