]> git.ipfire.org Git - thirdparty/openwrt.git/blob
616f7a742ff6f15bd6737c371080bee69dcd2556
[thirdparty/openwrt.git] /
1 From aed6514c4e3aee843385ded4c5ee0921b51c30fa Mon Sep 17 00:00:00 2001
2 From: John Clark <inindev@gmail.com>
3 Date: Mon, 25 Dec 2023 22:28:20 +0000
4 Subject: [PATCH] arm64: dts: rockchip: correct gpio_pwrctrl1 typo on rock-5b
5
6 Both rk806_dvs1_null and rk806_dvs2_null duplicate gpio_pwrctrl2 and
7 gpio_pwrctrl1 is not set. This patch sets gpio_pwrctrl1.
8
9 Signed-off-by: John Clark <inindev@gmail.com>
10 Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
11 Link: https://lore.kernel.org/r/20231225222859.17153-2-inindev@gmail.com
12 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
13 ---
14 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 --- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
18 +++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
19 @@ -448,7 +448,7 @@
20 #gpio-cells = <2>;
21
22 rk806_dvs1_null: dvs1-null-pins {
23 - pins = "gpio_pwrctrl2";
24 + pins = "gpio_pwrctrl1";
25 function = "pin_fun0";
26 };
27