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

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.rocksSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent adbc5e6b
...@@ -362,7 +362,7 @@ pmic@0 { ...@@ -362,7 +362,7 @@ pmic@0 {
vcca-supply = <&vcc5v0_sys>; vcca-supply = <&vcc5v0_sys>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
...@@ -182,7 +182,7 @@ pmic@0 { ...@@ -182,7 +182,7 @@ pmic@0 {
#gpio-cells = <2>; #gpio-cells = <2>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
...@@ -516,7 +516,7 @@ pmic@0 { ...@@ -516,7 +516,7 @@ pmic@0 {
vcca-supply = <&vcc5v0_sys>; vcca-supply = <&vcc5v0_sys>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
...@@ -401,7 +401,7 @@ pmic@0 { ...@@ -401,7 +401,7 @@ pmic@0 {
vcca-supply = <&vcc5v0_sys>; vcca-supply = <&vcc5v0_sys>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
...@@ -318,7 +318,7 @@ pmic@0 { ...@@ -318,7 +318,7 @@ pmic@0 {
#gpio-cells = <2>; #gpio-cells = <2>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
...@@ -484,7 +484,7 @@ pmic@0 { ...@@ -484,7 +484,7 @@ pmic@0 {
vcca-supply = <&vcc5v0_sys>; vcca-supply = <&vcc5v0_sys>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
...@@ -554,7 +554,7 @@ pmic@0 { ...@@ -554,7 +554,7 @@ pmic@0 {
vcca-supply = <&vcc5v0_sys>; vcca-supply = <&vcc5v0_sys>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
...@@ -336,7 +336,7 @@ pmic@0 { ...@@ -336,7 +336,7 @@ pmic@0 {
#gpio-cells = <2>; #gpio-cells = <2>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
...@@ -414,7 +414,7 @@ pmic@0 { ...@@ -414,7 +414,7 @@ pmic@0 {
#gpio-cells = <2>; #gpio-cells = <2>;
rk806_dvs1_null: dvs1-null-pins { rk806_dvs1_null: dvs1-null-pins {
pins = "gpio_pwrctrl2"; pins = "gpio_pwrctrl1";
function = "pin_fun0"; function = "pin_fun0";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment