ARM: dts: r8a73a4: Remove unnecessary clock-output-names properties
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 23 Mar 2016 01:06:42 +0000 (10:06 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 27 Mar 2016 23:56:10 +0000 (08:56 +0900)
commit57c75d1ed6890b8c57fce5d0c557a6b486c4d898
tree453c638b56d3a62251d316d04e75cc0845b546b3
parenta5bad2c7c9ee0f5e188b97baeb383753fad53c86
ARM: dts: r8a73a4: Remove unnecessary clock-output-names properties

* 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.

The clock-output-names property is left in place for the zb_clk which is
thus treated as a special case as the MSTP clock driver (clk-mstp.c)
explicitly looks for a clock with node name zb_clk for the r8a73a4 and
sh73a0 SoCs.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a73a4.dtsi
This page took 0.026675 seconds and 5 git commands to generate.