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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlow...@linaro.org>
---
 arch/arm/boot/dts/s5pv210-aries.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/s5pv210-aries.dtsi 
b/arch/arm/boot/dts/s5pv210-aries.dtsi
index 964c5fe51755..f628d3660493 100644
--- a/arch/arm/boot/dts/s5pv210-aries.dtsi
+++ b/arch/arm/boot/dts/s5pv210-aries.dtsi
@@ -135,8 +135,8 @@ wm8994: audio-codec@1a {
                                        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;
-- 
2.34.1

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to