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: 0562003140 ("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>
This commit is contained in:
Tianling Shen 2023-05-11 00:18:50 +08:00 committed by Heiko Stuebner
parent cf9ae4a007
commit 5325593377
2 changed files with 1 additions and 2 deletions

View File

@ -106,7 +106,7 @@ pcie20_reset_pin: pcie20-reset-pin {
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>;
};
};
};

View File

@ -134,4 +134,3 @@ wan_led_pin: wan-led-pin {
};
};
};