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

Commit a03fa77d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

ARM: dts: r8a7779: Use SYSC "always-on" PM Domain for HSCIF



Hook up HSCIF serial devices that are part of the CPG/MSTP Clock Domain
to the SYSC "always-on" PM Domain, for a more consistent
device-power-area description in DT.

Cfr. commit 751e29bb ("ARM: dts: r8a7779: Use SYSC "always-on"
PM Domain").

Fixes: 055d15a8 ("ARM: dts: r8a7779: Add HSCIF0/1 device nodes")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarUlrich Hecht <uli+renesas@fpond.eu>
parent 5f9e832c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@
			 <&cpg_clocks R8A7779_CLK_S>,
			 <&scif_clk>;
		clock-names = "fck", "brg_int", "scif_clk";
		power-domains = <&cpg_clocks>;
		power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
		status = "disabled";
	};

@@ -309,7 +309,7 @@
			 <&cpg_clocks R8A7779_CLK_S>,
			 <&scif_clk>;
		clock-names = "fck", "brg_int", "scif_clk";
		power-domains = <&cpg_clocks>;
		power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
		status = "disabled";
	};