Skip to content

Commit fcedb69

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: switch rk3399-gru boards to enable-gpios
The recommended name for enable GPIOs property in regulator-gpio is enable-gpios. This is also required by bindings: rk3399-gru-bob.dtb: ppvar-sd-card-io: 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 0acf4fa commit fcedb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
pinctrl-0 = <&sd_io_pwr_en &sd_pwr_1800_sel>;
251251

252252
enable-active-high;
253-
enable-gpio = <&gpio2 2 GPIO_ACTIVE_HIGH>;
253+
enable-gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
254254
gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>;
255255
states = <1800000 0x1>,
256256
<3000000 0x0>;

0 commit comments

Comments
 (0)