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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230725142616.157405-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Krzysztof Kozlowski 2023-07-25 16:26:16 +02:00 committed by Heiko Stuebner
parent fcedb69be2
commit a02913e886
2 changed files with 2 additions and 2 deletions

View File

@ -26,5 +26,5 @@ &sdio_pwrseq {
};
&vcc3v3_btreg {
enable-gpio = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
enable-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
};

View File

@ -39,5 +39,5 @@ &sdio_pwrseq {
};
&vcc3v3_btreg {
enable-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
enable-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
};