Skip to content

Commit d7f2039

Browse files
delgh1mmind
authored andcommitted
arm64: dts: rockchip: correct gpio_pwrctrl1 typos on rk3588(s) boards
gpio_pwrctrl2 gets duplicated by both rk806_dvs1_null and rk806_dvs2_null gpio_pwrctrl1 is unset. This typo appears in multiple files. Let's fix them. Note: I haven't had the chance to test them all because I don't own all of these boards (obviously). Please test if it's needed. Signed-off-by: Jing Luo <jing@jing.rocks> Link: https://lore.kernel.org/r/20240420130355.639406-1-jing@jing.rocks Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent adbc5e6 commit d7f2039

9 files changed

Lines changed: 9 additions & 9 deletions

arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
vcca-supply = <&vcc5v0_sys>;
363363

364364
rk806_dvs1_null: dvs1-null-pins {
365-
pins = "gpio_pwrctrl2";
365+
pins = "gpio_pwrctrl1";
366366
function = "pin_fun0";
367367
};
368368

arch/arm64/boot/dts/rockchip/rk3588-edgeble-neu6a-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
#gpio-cells = <2>;
183183

184184
rk806_dvs1_null: dvs1-null-pins {
185-
pins = "gpio_pwrctrl2";
185+
pins = "gpio_pwrctrl1";
186186
function = "pin_fun0";
187187
};
188188

arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
vcca-supply = <&vcc5v0_sys>;
517517

518518
rk806_dvs1_null: dvs1-null-pins {
519-
pins = "gpio_pwrctrl2";
519+
pins = "gpio_pwrctrl1";
520520
function = "pin_fun0";
521521
};
522522

arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
vcca-supply = <&vcc5v0_sys>;
402402

403403
rk806_dvs1_null: dvs1-null-pins {
404-
pins = "gpio_pwrctrl2";
404+
pins = "gpio_pwrctrl1";
405405
function = "pin_fun0";
406406
};
407407

arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
#gpio-cells = <2>;
319319

320320
rk806_dvs1_null: dvs1-null-pins {
321-
pins = "gpio_pwrctrl2";
321+
pins = "gpio_pwrctrl1";
322322
function = "pin_fun0";
323323
};
324324

arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
vcca-supply = <&vcc5v0_sys>;
485485

486486
rk806_dvs1_null: dvs1-null-pins {
487-
pins = "gpio_pwrctrl2";
487+
pins = "gpio_pwrctrl1";
488488
function = "pin_fun0";
489489
};
490490

arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@
554554
vcca-supply = <&vcc5v0_sys>;
555555

556556
rk806_dvs1_null: dvs1-null-pins {
557-
pins = "gpio_pwrctrl2";
557+
pins = "gpio_pwrctrl1";
558558
function = "pin_fun0";
559559
};
560560

arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
#gpio-cells = <2>;
337337

338338
rk806_dvs1_null: dvs1-null-pins {
339-
pins = "gpio_pwrctrl2";
339+
pins = "gpio_pwrctrl1";
340340
function = "pin_fun0";
341341
};
342342

arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
#gpio-cells = <2>;
415415

416416
rk806_dvs1_null: dvs1-null-pins {
417-
pins = "gpio_pwrctrl2";
417+
pins = "gpio_pwrctrl1";
418418
function = "pin_fun0";
419419
};
420420

0 commit comments

Comments
 (0)