diff options
author | Chen-Yu Tsai <wens@csie.org> | 2019-06-04 12:23:37 +0800 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2019-06-24 16:07:14 +0800 |
commit | 0bb9d1876c0605815ea0452f68cb819a775a75f9 (patch) | |
tree | e3dac383558f52072588a87f7da5f72d1376dc34 /arch/arm64/boot | |
parent | 9164665a390a2a42e9f56094eeec8c4a52748723 (diff) | |
download | linux-stable-0bb9d1876c0605815ea0452f68cb819a775a75f9.tar.gz linux-stable-0bb9d1876c0605815ea0452f68cb819a775a75f9.tar.bz2 linux-stable-0bb9d1876c0605815ea0452f68cb819a775a75f9.zip |
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: 17ebc33afc35 ("arm64: allwinner: h6: add PCF8563 RTC on Pine H64 board")
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm64/boot')
-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>; }; }; |