summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@gmail.com>2023-05-11 00:18:50 +0800
committerHeiko Stuebner <heiko@sntech.de>2023-05-13 18:43:14 +0200
commit5325593377f07de31f7e473a9677a28a04c891f3 (patch)
treecb653ee2ee088507fc39971a102e35e8fc125ab5 /arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts
parentcf9ae4a0077496e8224d68fc88e3df13dd7e5f37 (diff)
arm64: dts: rockchip: fix button reset pin for nanopi r5c
The reset pin was wrongly assigned due to a copy/paste error, fix it to match actual gpio pin. While at it, remove a blank line from nanopi r5s dts. Fixes: 05620031408a ("arm64: dts: rockchip: Add FriendlyARM NanoPi R5C") Signed-off-by: Tianling Shen <cnsztl@gmail.com> Link: https://lore.kernel.org/r/20230510161850.4866-1-cnsztl@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts b/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts
index f70ca9f0470a..c718b8dbb9c6 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts
@@ -106,7 +106,7 @@
rockchip-key {
reset_button_pin: reset-button-pin {
- rockchip,pins = <4 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
+ rockchip,pins = <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
};