arm64: dts: mediatek: Delete unused dummy clock for MT6797
authorMatthias Brugger <matthias.bgg@gmail.com>
Thu, 20 Jul 2017 10:22:47 +0000 (12:22 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 17 Aug 2017 13:33:44 +0000 (15:33 +0200)
After adding the clock subsystem to the SOC, the dummy
clock clk32k is not longer needed. Delete it.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt6797.dtsi

index 1cb4521..4beaa71 100644 (file)
                clock-output-names = "clk26m";
        };
 
-       clk32k: oscillator@1 {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-frequency = <32000>;
-               clock-output-names = "clk32k";
-       };
-
        timer {
                compatible = "arm,armv8-timer";
                interrupt-parent = <&gic>;