ramips: fix GB-PC1/PC2 build error
authorMathias Kresin <dev@kresin.me>
Mon, 26 Nov 2018 15:10:33 +0000 (16:10 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:18 +0000 (17:48 +0100)
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 <dev@kresin.me>
(backported from aa82fdf110186734a42ba80e0b02f16d8db551db)

target/linux/ramips/dts/GB-PC1.dts
target/linux/ramips/dts/GB-PC2.dts

index 49262cc6a8277f31eff392431939c48ebf0ffd43..6f92f9a53b52786ab1a557dde1bb781fd49cf17b 100644 (file)
        };
 };
 
-&cpuclock {
-       compatible = "fixed-clock";
-       clock-frequency = <900000000>;
-};
-
 &pcie {
        status = "okay";
 };
index 8546160a29867097e08e6e05e87d7034a81d9b00..8474b023bb610ff341ce4d4400cdc35dd0778c38 100644 (file)
        };
 };
 
-&cpuclock {
-       compatible = "fixed-clock";
-       clock-frequency = <900000000>;
-};
-
 &pcie {
        status = "okay";
 };