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

ARM: dts: s5pv210: add "gpios" suffix to wlf,ldo1ena on Aries

The GPIOs properties should end with "gpios" suffix and Linux gpiolib
already handles both names, so switch to preferred one.

Link: https://lore.kernel.org/r/20230208172634.404452-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+2 -2
+2 -2
arch/arm/boot/dts/s5pv210-aries.dtsi
··· 135 135 0xa101 0x0100 0x8100 0x0100 0x0100 136 136 0x0100>; 137 137 138 - wlf,ldo1ena = <&gpf3 4 GPIO_ACTIVE_HIGH>; 139 - wlf,ldo2ena = <&gpf3 4 GPIO_ACTIVE_HIGH>; 138 + wlf,ldo1ena-gpios = <&gpf3 4 GPIO_ACTIVE_HIGH>; 139 + wlf,ldo2ena-gpios = <&gpf3 4 GPIO_ACTIVE_HIGH>; 140 140 141 141 wlf,lineout1-se; 142 142 wlf,lineout2-se;