Commit 580aa7cb authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: r8a7791: Stop grouping clocks under a "clocks" subnode



The current practice is to not group clocks under a "clocks" subnode,
but just put them together with the other on-SoC devices.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 362b334b
Loading
Loading
Loading
Loading
+66 −71
Original line number Diff line number Diff line
@@ -1097,22 +1097,18 @@
		power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
	};

	clocks {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;

	/* External root clock */
	extal_clk: extal {
		compatible = "fixed-clock";
		#clock-cells = <0>;
			/* This value must be overriden by the board. */
		/* This value must be overridden by the board. */
		clock-frequency = <0>;
	};

	/*
		 * The external audio clocks are configured as 0 Hz fixed frequency clocks by
		 * default. Boards that provide audio clocks should override them.
	 * The external audio clocks are configured as 0 Hz fixed frequency
	 * clocks by default.
	 * Boards that provide audio clocks should override them.
	 */
	audio_clk_a: audio_clk_a {
		compatible = "fixed-clock";
@@ -1168,7 +1164,6 @@
		#clock-cells = <2>;
		#power-domain-cells = <0>;
	};
	};

	rst: reset-controller@e6160000 {
		compatible = "renesas,r8a7791-rst";