Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 751e29bbb64ad091 ("ARM: dts: r8a7779: Use SYSC "always-on"
PM Domain").

Fixes: 055d15a88f66b096 ("ARM: dts: r8a7779: Add HSCIF0/1 device nodes")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Ulrich Hecht <uli+renesas@fpond.eu>

+2 -2
+2 -2
arch/arm/boot/dts/r8a7779.dtsi
··· 296 296 <&cpg_clocks R8A7779_CLK_S>, 297 297 <&scif_clk>; 298 298 clock-names = "fck", "brg_int", "scif_clk"; 299 - power-domains = <&cpg_clocks>; 299 + power-domains = <&sysc R8A7779_PD_ALWAYS_ON>; 300 300 status = "disabled"; 301 301 }; 302 302 ··· 309 309 <&cpg_clocks R8A7779_CLK_S>, 310 310 <&scif_clk>; 311 311 clock-names = "fck", "brg_int", "scif_clk"; 312 - power-domains = <&cpg_clocks>; 312 + power-domains = <&sysc R8A7779_PD_ALWAYS_ON>; 313 313 status = "disabled"; 314 314 }; 315 315