Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 203f0ef8 authored by Simon Horman's avatar Simon Horman
Browse files

ARM: dts: porter: Remove unnecessary clock-output-names properties



* Fixed rate and fixed factor clocks do not require an
  clock-output-names property.
* Since 07705583 ("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: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 62c7e9da
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -113,11 +113,10 @@
		clock-frequency = <74250000>;
	};

	x14_clk: x14-clock {
	x14_clk: audio_clock {
		compatible = "fixed-clock";
		#clock-cells = <0>;
		clock-frequency = <11289600>;
		clock-output-names = "audio_clock";
	};

	sound {