projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8b11f
)
arm64: dts: ls1088ardb: add new RTC PCF2131 support
author
Joy Zou
<joy.zou@nxp.com>
Mon, 2 Sep 2024 10:36:26 +0000
(18:36 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Wed, 4 Sep 2024 09:36:24 +0000
(17:36 +0800)
Add RTC PCF2131 node for new ls1088ardb board..
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
index ee8e932628d17f1928a5bed57bbb871566ed291d..2df16bfb901c2ecfd2ae1cf1dd277136392657b8 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
+++ b/
arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
@@
-170,6
+170,13
@@
/* IRQ_RTC_B -> IRQ0_B(CPLD) -> IRQ00(CPU), active low */
interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>;
};
+
+ rtc@53 {
+ compatible = "nxp,pcf2131";
+ reg = <0x53>;
+ /* IRQ_RTC_B -> IRQ0_B(CPLD) -> IRQ00(CPU), active low */
+ interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>;
+ };
};
};
};