diff mbox series

[v2] arm64: dts: ls1088ardb: add new RTC PCF2131 support

Message ID 20240902103626.1414595-1-joy.zou@nxp.com (mailing list archive)
State New
Headers show
Series [v2] arm64: dts: ls1088ardb: add new RTC PCF2131 support | expand

Commit Message

Joy Zou Sept. 2, 2024, 10:36 a.m. UTC
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(+)

Comments

Frank Li Sept. 2, 2024, 7:37 p.m. UTC | #1
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
>
Shawn Guo Sept. 3, 2024, 6:50 a.m. UTC | #2
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!
diff mbox series

Patch

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>;
+			};
 		};
 	};
 };