aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Simion <andrei.simion@microchip.com>2024-04-04 15:38:23 +0300
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>2024-04-21 14:30:29 +0300
commita6e3d2cb9d6d0276e6d3106f4040682308e42fdb (patch)
tree3bf1de3b4be3be07357f6d18e1e2cd7ee92e03ab
parent7eea89692b5a2a69995f5b7182fbece0e63a5895 (diff)
downloaddevicetree-rebasing-a6e3d2cb9d6d0276e6d3106f4040682308e42fdb.tar.gz
ARM: dts: microchip: at91-sama7g5ek: Replace regulator-suspend-voltage with the valid property
By checking the pmic node with microchip,mcp16502.yaml# 'regulator-suspend-voltage' does not match any of the regexes 'pinctrl-[0-9]+' from schema microchip,mcp16502.yaml# which inherits regulator.yaml#. So replace regulator-suspend-voltage with regulator-suspend-microvolt to avoid the inconsitency. Fixes: 85b1304b9daa ("ARM: dts: at91: sama7g5ek: set regulator voltages for standby state") Signed-off-by: Andrei Simion <andrei.simion@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20240404123824.19182-2-andrei.simion@microchip.com [claudiu.beznea: added a dot before starting the last sentence in commit description] Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> [ upstream commit: e027b71762e84ee9d4ba9ad5401b956b9e83ed2a ]
-rw-r--r--src/arm/microchip/at91-sama7g5ek.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arm/microchip/at91-sama7g5ek.dts b/src/arm/microchip/at91-sama7g5ek.dts
index 217e9b96c61e5d..20b2497657ae48 100644
--- a/src/arm/microchip/at91-sama7g5ek.dts
+++ b/src/arm/microchip/at91-sama7g5ek.dts
@@ -293,7 +293,7 @@
regulator-state-standby {
regulator-on-in-suspend;
- regulator-suspend-voltage = <1150000>;
+ regulator-suspend-microvolt = <1150000>;
regulator-mode = <4>;
};
@@ -314,7 +314,7 @@
regulator-state-standby {
regulator-on-in-suspend;
- regulator-suspend-voltage = <1050000>;
+ regulator-suspend-microvolt = <1050000>;
regulator-mode = <4>;
};
@@ -331,7 +331,7 @@
regulator-always-on;
regulator-state-standby {
- regulator-suspend-voltage = <1800000>;
+ regulator-suspend-microvolt = <1800000>;
regulator-on-in-suspend;
};
@@ -346,7 +346,7 @@
regulator-max-microvolt = <3700000>;
regulator-state-standby {
- regulator-suspend-voltage = <1800000>;
+ regulator-suspend-microvolt = <1800000>;
regulator-on-in-suspend;
};