Skip to content

Commit 5325593

Browse files
1715173329mmind
authored andcommitted
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: 0562003 ("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>
1 parent cf9ae4a commit 5325593

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
rockchip-key {
108108
reset_button_pin: reset-button-pin {
109-
rockchip,pins = <4 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
109+
rockchip,pins = <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_up>;
110110
};
111111
};
112112
};

arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,3 @@
134134
};
135135
};
136136
};
137-

0 commit comments

Comments
 (0)