[PATCH v5 04/12] arm64: dts: rockchip: rk3588s-nanopi-r6: remove pull up on rtc int pin
Joachim Eastwood <[email protected]> Tue, 28 Jul 2026 14:00:31 +0200
| Newsgroups | org.kernel.feeds.b4-sent,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
All boards in the RK3588S NanoPi familiy has a pull on the PCB for the RTC interrupt pin. So there is no need to enable the pull-up in the SoC. Signed-off-by: Joachim Eastwood <[email protected]> --- arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi index 5bbd5d2fc5fa..f2b15e03d5ef 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi @@ -420,7 +420,7 @@ hdmi0_tx_on_h: hdmi0-tx-on-h { hym8563 { rtc_int: rtc-int { - rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>; + rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>; }; }; -- 2.55.0