diff mbox series

[03/15] arm: dts: ls1028a-qds: use Linux compatible string for RTC

Message ID 20211202145409.2482099-4-vladimir.oltean@nxp.com
State Superseded
Delegated to: Priyanka Jain
Headers show
Series Sync NXP LS1028A-RDB device trees between U-Boot and Linux | expand

Commit Message

Vladimir Oltean Dec. 2, 2021, 2:53 p.m. UTC
The LS1028A-QDS board won't be synced with the Linux device trees right
now, since those are currently still in progress (Ethernet is missing).

However, while we're at converting the RDB, it can be observed that the
same RTC is present on the two boards, and the wrong compatible string
is used in both places. This change updates the RTC from the QDS to use
the compatible string that was established in Linux.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
 arch/arm/dts/fsl-ls1028a-qds.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Priyanka Jain Dec. 7, 2021, 4:46 a.m. UTC | #1
>-----Original Message-----
>From: Vladimir Oltean <vladimir.oltean@nxp.com>
>Sent: Thursday, December 2, 2021 8:24 PM
>To: u-boot@lists.denx.de
>Cc: Michael Walle <michael@walle.cc>; Tom Rini <trini@konsulko.com>;
>Priyanka Jain <priyanka.jain@nxp.com>; Leo Li <leoyang.li@nxp.com>
>Subject: [PATCH 03/15] arm: dts: ls1028a-qds: use Linux compatible string for RTC
>
>The LS1028A-QDS board won't be synced with the Linux device trees right now,
>since those are currently still in progress (Ethernet is missing).
>
>However, while we're at converting the RDB, it can be observed that the same
>RTC is present on the two boards, and the wrong compatible string is used in both
>places. This change updates the RTC from the QDS to use the compatible string
>that was established in Linux.
>
>Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
>---
<snip>

Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1028a-qds.dtsi b/arch/arm/dts/fsl-ls1028a-qds.dtsi
index bd1b1c607fab..d2bc96633d00 100644
--- a/arch/arm/dts/fsl-ls1028a-qds.dtsi
+++ b/arch/arm/dts/fsl-ls1028a-qds.dtsi
@@ -195,7 +195,7 @@ 
 	status = "okay";
 
 	rtc@51 {
-		compatible = "pcf2127-rtc";
+		compatible = "nxp,pcf2129";
 		reg = <0x51>;
 	};
 };