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

ARM: dts: microchip: at91-sama7g54_curiosity: 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: ebd6591f8ddb ("ARM: dts: microchip: sama7g54_curiosity: Add initial device tree of the board")
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-3-andrei.simion@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>

authored by

Andrei Simion and committed by
Claudiu Beznea
1fe5e0a3 e027b717

+4 -4
+4 -4
arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts
··· 242 242 243 243 regulator-state-standby { 244 244 regulator-on-in-suspend; 245 - regulator-suspend-voltage = <1150000>; 245 + regulator-suspend-microvolt = <1150000>; 246 246 regulator-mode = <4>; 247 247 }; 248 248 ··· 263 263 264 264 regulator-state-standby { 265 265 regulator-on-in-suspend; 266 - regulator-suspend-voltage = <1050000>; 266 + regulator-suspend-microvolt = <1050000>; 267 267 regulator-mode = <4>; 268 268 }; 269 269 ··· 280 280 regulator-always-on; 281 281 282 282 regulator-state-standby { 283 - regulator-suspend-voltage = <1800000>; 283 + regulator-suspend-microvolt = <1800000>; 284 284 regulator-on-in-suspend; 285 285 }; 286 286 ··· 296 296 regulator-always-on; 297 297 298 298 regulator-state-standby { 299 - regulator-suspend-voltage = <3300000>; 299 + regulator-suspend-microvolt = <3300000>; 300 300 regulator-on-in-suspend; 301 301 }; 302 302