summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
diff options
context:
space:
mode:
authorBiwen Li <biwen.li@nxp.com>2020-11-30 18:15:14 +0800
committerShawn Guo <shawnguo@kernel.org>2021-01-05 09:45:00 +0800
commita430c3d2f0afd88466a0871bc876ec5246b8e09e (patch)
treefbc174d456caa8d8f18262e7cc4a294374808272 /arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
parent332b6a79b415e8b96b8dd87d4e8973192882d6a6 (diff)
arm64: dts: lx2160ardb: fix interrupt line for RTC node
Fix interrupt line for RTC node on lx2160ardb Signed-off-by: Biwen Li <biwen.li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
index 7723ad5efd37..eb88de7f3a9c 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
@@ -2,7 +2,7 @@
//
// Device Tree file for LX2160ARDB
//
-// Copyright 2018 NXP
+// Copyright 2018-2020 NXP
/dts-v1/;
@@ -175,8 +175,8 @@
rtc@51 {
compatible = "nxp,pcf2129";
reg = <0x51>;
- // IRQ10_B
- interrupts = <0 150 0x4>;
+ /* IRQ_RTC_B -> IRQ08, active low */
+ interrupts-extended = <&extirq 8 IRQ_TYPE_LEVEL_LOW>;
};
};