diff options
author | Jing Luo <jing@jing.rocks> | 2024-04-20 16:03:55 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-04-23 18:37:40 +0300 |
commit | d7f2039e5321636069baa77ef2f1e5d22cb69a88 (patch) | |
tree | e6d95eb71b3bbfe5f83f908e53bf136b9c0290ce /arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts | |
parent | adbc5e6b457e773f1afa11fdb9b667cd492a7f82 (diff) | |
download | linux-d7f2039e5321636069baa77ef2f1e5d22cb69a88.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts b/arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts index 3756abe38984..31d2f8994f85 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts @@ -516,7 +516,7 @@ vcca-supply = <&vcc5v0_sys>; rk806_dvs1_null: dvs1-null-pins { - pins = "gpio_pwrctrl2"; + pins = "gpio_pwrctrl1"; function = "pin_fun0"; }; |