arm64: dts: r8a7795: Use SYSC "always-on" PM Domain for RWDT node

Hook up the RWDT device node to the SYSC "always-on" PM Domain, for a
more consistent device-power-area description in DT.

Cfr. commit 38dbb45ee4 ("arm64: dts: r8a7795: Use SYSC "always-on" PM
Domain")

Fixes: f43838a7ae014cba ("arm64: dts: r8a7795: Add RWDT node")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2016-05-20 09:43:02 +02:00 committed by Simon Horman
parent 329260d5c4
commit b186fbb6cc
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
compatible = "renesas,r8a7795-wdt", "renesas,rcar-gen3-wdt";
reg = <0 0xe6020000 0 0x0c>;
clocks = <&cpg CPG_MOD 402>;
power-domains = <&cpg>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
status = "disabled";
};