diff options
author | Mathias Kresin <dev@kresin.me> | 2018-11-26 16:10:33 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-11-26 19:40:31 +0100 |
commit | aa82fdf110186734a42ba80e0b02f16d8db551db (patch) | |
tree | 2c4cc59e50cd3145fe88e12b787ac70ea6b3a04a /target/linux/ramips | |
parent | d7494f30f5c8aa765158077ecf31e73d435a04e9 (diff) | |
download | upstream-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/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/GB-PC1.dts | 5 | ||||
-rw-r--r-- | target/linux/ramips/dts/GB-PC2.dts | 5 |
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"; }; |