summaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorOlof Johansson2019-07-04 16:02:29 +0200
committerOlof Johansson2019-07-04 16:02:31 +0200
commit4471e44f972fb240601dcb1e1ae050faf316f46d (patch)
tree37c35997cef24f7d4114ea78bd9985e1426bab5a /arch/arm64
parentMerge tag 'v5.3-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kerne... (diff)
parentarm64: dts: allwinner: h6: Pine H64: Add interrupt line for RTC (diff)
downloadkernel-qcow2-linux-4471e44f972fb240601dcb1e1ae050faf316f46d.tar.gz
kernel-qcow2-linux-4471e44f972fb240601dcb1e1ae050faf316f46d.tar.xz
kernel-qcow2-linux-4471e44f972fb240601dcb1e1ae050faf316f46d.zip
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/20190704065326.GA19010@wens.csie.org Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
index 9e464d40cbff..189834518391 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
@@ -249,6 +249,8 @@
pcf8563: rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
+ interrupt-parent = <&r_intc>;
+ interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
#clock-cells = <0>;
};
};