Commit d7f2039e authored by Jing Luo's avatar Jing Luo Committed by Heiko Stuebner
Browse files

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: default avatarJing Luo <jing@jing.rocks>
Link: https://lore.kernel.org/r/20240420130355.639406-1-jing@jing.rocks


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent adbc5e6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ pmic@0 {
		vcca-supply = <&vcc5v0_sys>;

		rk806_dvs1_null: dvs1-null-pins {
			pins = "gpio_pwrctrl2";
			pins = "gpio_pwrctrl1";
			function = "pin_fun0";
		};

+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ pmic@0 {
		#gpio-cells = <2>;

		rk806_dvs1_null: dvs1-null-pins {
			pins = "gpio_pwrctrl2";
			pins = "gpio_pwrctrl1";
			function = "pin_fun0";
		};

+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ pmic@0 {
		vcca-supply = <&vcc5v0_sys>;

		rk806_dvs1_null: dvs1-null-pins {
			pins = "gpio_pwrctrl2";
			pins = "gpio_pwrctrl1";
			function = "pin_fun0";
		};

+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ pmic@0 {
		vcca-supply = <&vcc5v0_sys>;

		rk806_dvs1_null: dvs1-null-pins {
			pins = "gpio_pwrctrl2";
			pins = "gpio_pwrctrl1";
			function = "pin_fun0";
		};

+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ pmic@0 {
		#gpio-cells = <2>;

		rk806_dvs1_null: dvs1-null-pins {
			pins = "gpio_pwrctrl2";
			pins = "gpio_pwrctrl1";
			function = "pin_fun0";
		};

Loading