arm64: dts: ls1046ardb: Add interrupt line for RTC node
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Mon, 30 Nov 2020 10:15:08 +0000 (18:15 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 5 Jan 2021 01:44:46 +0000 (09:44 +0800)
Add interrupt line for RTC node, which is low level active.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts

index d53ccc5..60acdf0 100644 (file)
@@ -3,6 +3,7 @@
  * Device Tree Include file for Freescale Layerscape-1046A family SoC.
  *
  * Copyright 2016 Freescale Semiconductor, Inc.
+ * Copyright 2019-2020 NXP
  *
  * Mingkai Hu <mingkai.hu@nxp.com>
  */
@@ -74,6 +75,8 @@
        rtc@51 {
                compatible = "nxp,pcf2129";
                reg = <0x51>;
+               /* IRQ_RTC_B -> IRQ05, active low */
+               interrupts-extended = <&extirq 5 IRQ_TYPE_LEVEL_LOW>;
        };
 };