From: Vladimir Oltean Date: Mon, 3 Jan 2022 12:47:28 +0000 (+0200) Subject: arm: dts: ls1028a-rdb: use Linux compatible string for RTC X-Git-Tag: v2025.01-rc5-pxa1908~1550^2~12 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=41496cc330ee8271510fe881160abf747742dc1b;p=u-boot.git arm: dts: ls1028a-rdb: use Linux compatible string for RTC During this board's sync with Linux device trees, it was observed that it doesn't use the same compatible string for the RTC node as in U-Boot. This change makes the RTC compatible strings match, for a smoother sync. Signed-off-by: Vladimir Oltean Reviewed-by: Michael Walle Reviewed-by: Priyanka Jain --- diff --git a/arch/arm/dts/fsl-ls1028a-rdb.dts b/arch/arm/dts/fsl-ls1028a-rdb.dts index 537ebbc697..ddb01db73f 100644 --- a/arch/arm/dts/fsl-ls1028a-rdb.dts +++ b/arch/arm/dts/fsl-ls1028a-rdb.dts @@ -75,7 +75,7 @@ reg = <0x3>; rtc@51 { - compatible = "pcf2127-rtc"; + compatible = "nxp,pcf2129"; reg = <0x51>; }; };