ARM: dts: koelsch: Remove unnecessary clock-output-names properties
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 17 Mar 2016 23:17:57 +0000 (08:17 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 27 Mar 2016 23:56:05 +0000 (08:56 +0900)
* Fixed rate and fixed factor clocks do not require an
  clock-output-names property.
* Since 07705583e920fef6 ("clk: shmobile: div6: Make clock-output-names
  optional") Renesas div6 clocks do not require a clock-output-names
  property.

In the above cases there is only one clock output and its name is taken
from that of the clock node.  Accordingly, remove the unnecessary
clock-output-names properties and as necessary update the node names.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a7791-koelsch.dts

index c6b43c85a0b1222d8076518ab5e543c4525e9530..1adf8770db7e9a6b79e973e91fa628731168d741 100644 (file)
                          1800000 0>;
        };
 
-       audio_clock: clock {
+       audio_clock: audio_clock {
                compatible = "fixed-clock";
                #clock-cells = <0>;
                clock-frequency = <11289600>;
-               clock-output-names = "audio_clock";
        };
 
        rsnd_ak4643: sound {
This page took 0.025988 seconds and 5 git commands to generate.