aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrizio Castro <[email protected]>2023-01-18 14:47:46 +0000
committerGeert Uytterhoeven <[email protected]>2023-01-27 10:41:19 +0100
commit3d28ccb9b37db5f17ec1b41c31718cd9842d5dbf (patch)
treee64b024b3551fe7174906ca40296ab4eb1be7386
parentcf67b31904d42275e7b5eaf55c191db1925abb7a (diff)
arm64: dts: renesas: v2mevk2: Add PWC support
The RZ/V2M EVK uses the PWC IP to control external power supplies and the I/O voltage for the uSD card. This patch enables the PWC node, and it also enables the poweroff features since PWC is actually used to control the board power rails. Signed-off-by: Fabrizio Castro <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r--arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts b/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts
index 11e1d51c7c0e..d6737395df67 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts
@@ -80,6 +80,11 @@
};
};
+&pwc {
+ renesas,rzv2m-pwc-power;
+ status = "okay";
+};
+
&uart0 {
status = "okay";
};