aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-11-26 16:10:33 +0100
committerMathias Kresin <dev@kresin.me>2018-11-26 19:40:31 +0100
commitaa82fdf110186734a42ba80e0b02f16d8db551db (patch)
tree2c4cc59e50cd3145fe88e12b787ac70ea6b3a04a /target
parentd7494f30f5c8aa765158077ecf31e73d435a04e9 (diff)
downloadupstream-aa82fdf110186734a42ba80e0b02f16d8db551db.tar.gz
upstream-aa82fdf110186734a42ba80e0b02f16d8db551db.tar.bz2
upstream-aa82fdf110186734a42ba80e0b02f16d8db551db.zip
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 <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/GB-PC1.dts5
-rw-r--r--target/linux/ramips/dts/GB-PC2.dts5
2 files changed, 0 insertions, 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";
};