Skip to content

Commit 4471e44

Browse files
committed
Merge tag 'sunxi-dt64-for-5.3-round-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/dt
Allwinner DT64 Changes for 5.3 - Round 2 One extra change wiring up the interrupt line for the external RTC chip on the Pine H64. * tag 'sunxi-dt64-for-5.3-round-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: arm64: dts: allwinner: h6: Pine H64: Add interrupt line for RTC Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Olof Johansson <[email protected]>
2 parents 5ded680 + 0bb9d18 commit 4471e44

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)