ramips: fix GB-PC1/PC2 build error
authorMathias Kresin <dev@kresin.me>
Mon, 26 Nov 2018 15:10:33 +0000 (16:10 +0100)
committerMathias Kresin <dev@kresin.me>
Mon, 26 Nov 2018 18:40:31 +0000 (19:40 +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>
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 9049e7387689ebb16b447a04d3ac83ee1c04226f..2c90975b8144d930999fb41e41a65c0d027cc489 100644 (file)
        };
 };
 
-&cpuclock {
-       compatible = "fixed-clock";
-       clock-frequency = <900000000>;
-};
-
 &pcie {
        status = "okay";
 };