[PATCH v6 3/7] arm64: dts: rockchip: Remove the RTC and related nodes for Radxa ROCK 5C
FUKAUMI Naoki
naoki at radxa.com
Sun Dec 22 17:39:22 PST 2024
There is no RTC on the actual board, so remove it.
Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C")
Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
---
Changes in v6:
- Reword commit message
Changes in v5:
- Reword commit message
Changes in v4:
- none
Changes in v3:
- none
Changes in v2:
- new
---
.../boot/dts/rockchip/rk3588s-rock-5c.dts | 23 -------------------
1 file changed, 23 deletions(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
index 910ec67bd4eb..8b7bb382a20c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
@@ -350,23 +350,6 @@ regulator-state-mem {
};
};
-&i2c5 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c5m2_xfer>;
- status = "okay";
-
- rtc at 51 {
- compatible = "haoyu,hym8563";
- reg = <0x51>;
- #clock-cells = <0>;
- clock-output-names = "rtcic_32kout";
- interrupt-parent = <&gpio0>;
- interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
- pinctrl-names = "default";
- pinctrl-0 = <&rtc_int_l>;
- };
-};
-
&i2c7 {
status = "okay";
@@ -449,12 +432,6 @@ pow_en: pow-en {
};
};
- rtc {
- rtc_int_l: rtc-int-l {
- rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
- };
- };
-
usb {
usb_host_pwren_h: usb-host-pwren-h {
rockchip,pins = <4 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
--
2.43.0
More information about the Linux-rockchip
mailing list