summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2019-01-28 23:30:10 +0100
committerMathias Kresin <dev@kresin.me>2019-07-07 11:17:33 +0200
commit617622cb3c67f353daaec73af08d58802eb8536e (patch)
tree6dd5d61b2a981db68f14b67627dbfe73d6a32ce8 /target
parent627b97f57d2005febb4e0865802f0d8a0d223992 (diff)
downloadopenwrt-617622cb3c67f353daaec73af08d58802eb8536e.tar.gz
openwrt-617622cb3c67f353daaec73af08d58802eb8536e.tar.bz2
openwrt-617622cb3c67f353daaec73af08d58802eb8536e.zip
lantiq: dts: drop falcon clock node
It is pretty ovbious a misuse of the simple-bus binding as no child has a address. Luckly the clock node isn't used at all so it is safe to get rid of it. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi
index b8418e3558..dada3bcff2 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi
@@ -27,31 +27,6 @@
stdout-path = "serial0:115200n8";
};
- clocks {
- compatible = "simple-bus";
-
- cpu_clk: cpu {
- compatible = "fixed-clock";
- #clock-cells = <0>;
- clock-frequency = <400000000>;
- clock-output-names = "cpu";
- };
-
- io_clk: io {
- compatible = "fixed-clock";
- #clock-cells = <0>;
- clock-frequency = <200000000>;
- clock-output-names = "io";
- };
-
- fpi_clk: fpi {
- compatible = "fixed-clock";
- #clock-cells = <0>;
- clock-frequency = <100000000>;
- clock-output-names = "fpi";
- };
- };
-
ebu_cs0: localbus@10000000 {
#address-cells = <1>;
#size-cells = <1>;
@@ -303,7 +278,6 @@
watchdog@803f0 {
compatible = "lantiq,wdt";
reg = <0x803f0 0x10>;
- clocks = <&io_clk>; /* currently no effect */
};
};