Skip to content

Commit 0bb9d18

Browse files
committed
arm64: dts: allwinner: h6: Pine H64: Add interrupt line for RTC
The external PCF8563 RTC chip's interrupt line is connected to the NMI line on the SoC. Add the interrupt line to the device tree. Fixes: 17ebc33 ("arm64: allwinner: h6: add PCF8563 RTC on Pine H64 board") Acked-by: Maxime Ripard <[email protected]> Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 9164665 commit 0bb9d18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@
249249
pcf8563: rtc@51 {
250250
compatible = "nxp,pcf8563";
251251
reg = <0x51>;
252+
interrupt-parent = <&r_intc>;
253+
interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
252254
#clock-cells = <0>;
253255
};
254256
};

0 commit comments

Comments
 (0)