Commit a02913e8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: switch px30-engicam to enable-gpios



The recommended name for enable GPIOs property in regulator-gpio is
enable-gpios.  This is also required by bindings:

  px30-engicam-px30-core-ctouch2.dtb: vcc3v3-btreg: Unevaluated properties are not allowed ('enable-gpio' was unexpected)

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230725142616.157405-2-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent fcedb69b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@
};

&vcc3v3_btreg {
	enable-gpio = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
	enable-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
};
+1 −1
Original line number Diff line number Diff line
@@ -39,5 +39,5 @@
};

&vcc3v3_btreg {
	enable-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
	enable-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
};