@@ -300,11 +300,11 @@ hym8563: rtc@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>;
};
};
fix pin names to match with schematic. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> --- arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)