[PATCH 6/6] arm64: dts: rockchip: fix rtc node for Radxa ROCK 5B

FUKAUMI Naoki naoki at radxa.com
Fri Nov 29 16:40:57 PST 2024


fix pin names to match with schematic.

Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
---
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
index 6a02febaefb7..fbe231973b24 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
@@ -300,11 +300,11 @@ hym8563: rtc at 51 {
 		compatible = "haoyu,hym8563";
 		reg = <0x51>;
 		#clock-cells = <0>;
-		clock-output-names = "hym8563";
-		pinctrl-names = "default";
-		pinctrl-0 = <&hym8563_int>;
+		clock-output-names = "32kout_wifi";
 		interrupt-parent = <&gpio0>;
 		interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&rtc_int_l>;
 		wakeup-source;
 	};
 };
@@ -407,8 +407,8 @@ &pcie3x4 {
 };
 
 &pinctrl {
-	hym8563 {
-		hym8563_int: hym8563-int {
+	rtc {
+		rtc_int_l: rtc-int-l {
 			rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
 		};
 	};
-- 
2.43.0




More information about the Linux-rockchip mailing list