Commit 09b19ef8 authored by Biwen Li's avatar Biwen Li Committed by Shawn Guo

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

Fix interrupt line for RTC node on ls1088ardb
Signed-off-by: default avatarBiwen Li <biwen.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0e88b5fd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Device Tree file for NXP LS1088A RDB Board. * Device Tree file for NXP LS1088A RDB Board.
* *
* Copyright 2017 NXP * Copyright 2017-2020 NXP
* *
* Harninder Rai <harninder.rai@nxp.com> * Harninder Rai <harninder.rai@nxp.com>
* *
...@@ -158,8 +158,8 @@ temp-sensor@4c { ...@@ -158,8 +158,8 @@ temp-sensor@4c {
rtc@51 { rtc@51 {
compatible = "nxp,pcf2129"; compatible = "nxp,pcf2129";
reg = <0x51>; reg = <0x51>;
/* IRQ10_B */ /* IRQ_RTC_B -> IRQ0_B(CPLD) -> IRQ00(CPU), active low */
interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>; interrupts-extended = <&extirq 0 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