Commit 0e06b987 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: exynos: add "gpios" suffix to wlf,ldo1ena on Midas



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

While touching the lines, replace open-coded GPIO_ACTIVE_HIGH flag.

Tested-by: default avatarHenrik Grimler <henrik@grimler.se>
Link: https://lore.kernel.org/r/20230208172634.404452-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 42821830
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -653,8 +653,8 @@ wm1811: audio-codec@1a {
		CPVDD-supply = <&vbatt_reg>;
		SPKVDD1-supply = <&vbatt_reg>;
		SPKVDD2-supply = <&vbatt_reg>;
		wlf,ldo1ena = <&gpj0 4 0>;
		wlf,ldo2ena = <&gpj0 4 0>;
		wlf,ldo1ena-gpios = <&gpj0 4 GPIO_ACTIVE_HIGH>;
		wlf,ldo2ena-gpios = <&gpj0 4 GPIO_ACTIVE_HIGH>;
	};
};