Skip to content

Commit 4bf593b

Browse files
Nicolas Frattarolimmind
authored andcommitted
arm64: dts: rockchip: fix Sige5 RTC interrupt pin
Someone made a typo when they added the RTC to the Sige5 DTS, which resulted in it using interrupts from GPIO0 B0 instead of GPIO0 A0. The pinctrl entry for it wasn't typoed though, curiously enough. The Sige5 v1.1 schematic was used to verify that GPIO0 A0 is the correct pin for the RTC wakeup interrupt, so let's change it to that. Fixes: 40f742b ("arm64: dts: rockchip: Add rk3576-armsom-sige5 board") Signed-off-by: Nicolas Frattaroli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 5e6a4ee commit 4bf593b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
reg = <0x51>;
611611
clock-output-names = "hym8563";
612612
interrupt-parent = <&gpio0>;
613-
interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
613+
interrupts = <RK_PA0 IRQ_TYPE_LEVEL_LOW>;
614614
pinctrl-names = "default";
615615
pinctrl-0 = <&hym8563_int>;
616616
wakeup-source;

0 commit comments

Comments
 (0)