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>
This commit is contained in:
parent
149a903ece
commit
a81cc43abd
|
@ -135,8 +135,8 @@
|
|||
0xa101 0x0100 0x8100 0x0100 0x0100
|
||||
0x0100>;
|
||||
|
||||
wlf,ldo1ena = <&gpf3 4 GPIO_ACTIVE_HIGH>;
|
||||
wlf,ldo2ena = <&gpf3 4 GPIO_ACTIVE_HIGH>;
|
||||
wlf,ldo1ena-gpios = <&gpf3 4 GPIO_ACTIVE_HIGH>;
|
||||
wlf,ldo2ena-gpios = <&gpf3 4 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
wlf,lineout1-se;
|
||||
wlf,lineout2-se;
|
||||
|
|
Loading…
Reference in New Issue