* [PATCH v2] arm64: dts: ls1088ardb: add new RTC PCF2131 support
@ 2024-09-02 10:36 Joy Zou
2024-09-02 19:37 ` Frank Li
2024-09-03 6:50 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Joy Zou @ 2024-09-02 10:36 UTC (permalink / raw)
To: frank.li, ye.li, ping.bai, peng.fan, shawnguo, robh, krzk+dt,
conor+dt
Cc: imx, linux-arm-kernel, devicetree, linux-kernel
Add RTC PCF2131 node for new ls1088ardb board..
Signed-off-by: Joy Zou <joy.zou@nxp.com>
---
Changes for v2:
1. modify the commit message.
arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
index ee8e932628d1..2df16bfb901c 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
@@ -170,6 +170,13 @@ rtc@51 {
/* 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>;
+ };
};
};
};
--
2.37.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] arm64: dts: ls1088ardb: add new RTC PCF2131 support
2024-09-02 10:36 [PATCH v2] arm64: dts: ls1088ardb: add new RTC PCF2131 support Joy Zou
@ 2024-09-02 19:37 ` Frank Li
2024-09-03 6:50 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Frank Li @ 2024-09-02 19:37 UTC (permalink / raw)
To: Joy Zou
Cc: ye.li, ping.bai, peng.fan, shawnguo, robh, krzk+dt, conor+dt, imx,
linux-arm-kernel, devicetree, linux-kernel
On Mon, Sep 02, 2024 at 06:36:26PM +0800, Joy Zou wrote:
> 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>
> Changes for v2:
> 1. modify the commit message.
>
> arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
> index ee8e932628d1..2df16bfb901c 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
> @@ -170,6 +170,13 @@ rtc@51 {
> /* 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>;
> + };
> };
> };
> };
> --
> 2.37.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] arm64: dts: ls1088ardb: add new RTC PCF2131 support
2024-09-02 10:36 [PATCH v2] arm64: dts: ls1088ardb: add new RTC PCF2131 support Joy Zou
2024-09-02 19:37 ` Frank Li
@ 2024-09-03 6:50 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2024-09-03 6:50 UTC (permalink / raw)
To: Joy Zou
Cc: frank.li, ye.li, ping.bai, peng.fan, shawnguo, robh, krzk+dt,
conor+dt, imx, linux-arm-kernel, devicetree, linux-kernel
On Mon, Sep 02, 2024 at 06:36:26PM +0800, Joy Zou wrote:
> Add RTC PCF2131 node for new ls1088ardb board..
>
> Signed-off-by: Joy Zou <joy.zou@nxp.com>
Applied, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-03 6:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 10:36 [PATCH v2] arm64: dts: ls1088ardb: add new RTC PCF2131 support Joy Zou
2024-09-02 19:37 ` Frank Li
2024-09-03 6:50 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox