]> Git Repo - linux.git/commitdiff
arm64: dts: allwinner: h6: Pine H64: Add interrupt line for RTC
authorChen-Yu Tsai <[email protected]>
Tue, 4 Jun 2019 04:23:37 +0000 (12:23 +0800)
committerChen-Yu Tsai <[email protected]>
Mon, 24 Jun 2019 08:07:14 +0000 (16:07 +0800)
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 <[email protected]>
Signed-off-by: Chen-Yu Tsai <[email protected]>
arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts

index 9e464d40cbffcc67d99b220ee4eb717d972917c5..189834518391009a83c92629ead862e2f71af331 100644 (file)
        pcf8563: rtc@51 {
                compatible = "nxp,pcf8563";
                reg = <0x51>;
+               interrupt-parent = <&r_intc>;
+               interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
                #clock-cells = <0>;
        };
 };
This page took 0.056291 seconds and 4 git commands to generate.