Commit a430c3d2 authored by Biwen Li's avatar Biwen Li Committed by Shawn Guo

arm64: dts: lx2160ardb: fix interrupt line for RTC node

Fix interrupt line for RTC node on lx2160ardb
Signed-off-by: default avatarBiwen Li <biwen.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 332b6a79
......@@ -2,7 +2,7 @@
//
// Device Tree file for LX2160ARDB
//
// Copyright 2018 NXP
// Copyright 2018-2020 NXP
/dts-v1/;
......@@ -175,8 +175,8 @@ &i2c4 {
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>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment