Skip to content

Commit a02913e

Browse files
krzkmmind
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent fcedb69 commit a02913e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/px30-engicam-ctouch2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
};
2727

2828
&vcc3v3_btreg {
29-
enable-gpio = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
29+
enable-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
3030
};

arch/arm64/boot/dts/rockchip/px30-engicam-px30-core-edimm2.2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
};
4040

4141
&vcc3v3_btreg {
42-
enable-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
42+
enable-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
4343
};

0 commit comments

Comments
 (0)