lantiq: dts: drop falcon clock node
authorMathias Kresin <dev@kresin.me>
Mon, 28 Jan 2019 22:30:10 +0000 (23:30 +0100)
committerMathias Kresin <dev@kresin.me>
Sun, 7 Jul 2019 09:17:33 +0000 (11:17 +0200)
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>
target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi

index b8418e35585c8d3f65b7bee2982c3d06c6304762..dada3bcff2e3fcaee700ac95c9a9a70040b1dc70 100644 (file)
                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>;
                watchdog@803f0 {
                        compatible = "lantiq,wdt";
                        reg = <0x803f0 0x10>;
-                       clocks = <&io_clk>; /* currently no effect */
                };
        };