ARM: dts: imx28: Use correct compatible string for RTC
authorThierry Reding <treding@nvidia.com>
Mon, 20 Dec 2021 13:43:10 +0000 (14:43 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 28 Jan 2022 04:03:06 +0000 (12:03 +0800)
The "mxim" vendor prefix does not exit, though it looks like it might
have been a typo'ed "maxim". Still, no compatible string exists that
matches "maxim,ds1339". The closest is the "dallas,ds1339" and since
this node is named "rtc" that's probably the one that was intended.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx28-tx28.dts

index 9e5651c..6d7b044 100644 (file)
        };
 
        ds1339: rtc@68 {
-               compatible = "mxim,ds1339";
+               compatible = "dallas,ds1339";
                reg = <0x68>;
                trickle-resistor-ohms = <250>;
                trickle-diode-disable;