Commit c4a46248 authored by Hou Zhiqiang's avatar Hou Zhiqiang Committed by Shawn Guo

arm64: dts: ls1046ardb: Add interrupt line for RTC node

Add interrupt line for RTC node, which is low level active.
Signed-off-by: default avatarHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 79683441
......@@ -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 @@ &i2c3 {
rtc@51 {
compatible = "nxp,pcf2129";
reg = <0x51>;
/* IRQ_RTC_B -> IRQ05, active low */
interrupts-extended = <&extirq 5 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