diff options
author | Olof Johansson <olof@lixom.net> | 2019-07-04 07:02:29 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-07-04 07:02:31 -0700 |
commit | 4471e44f972fb240601dcb1e1ae050faf316f46d (patch) | |
tree | 37c35997cef24f7d4114ea78bd9985e1426bab5a /arch/arm64/boot/dts | |
parent | 5ded680cf12ffc90c52c9da152cdc589e938080f (diff) | |
parent | 0bb9d1876c0605815ea0452f68cb819a775a75f9 (diff) | |
download | linux-4471e44f972fb240601dcb1e1ae050faf316f46d.tar.bz2 |
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/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 2 |
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>; }; }; |