ARM: dts: imx51-zii-rdu1: Fix the rtc compatible string
authorFabio Estevam <festevam@gmail.com>
Tue, 18 Sep 2018 11:43:31 +0000 (08:43 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 26 Sep 2018 09:33:53 +0000 (17:33 +0800)
According to Documentation/devicetree/bindings/rtc/rtc-ds1307.txt the
original compatible "maxim,ds1341" is not a valid entry.

Switch to the documented "dallas,ds1341" compatible.

Reported-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-zii-rdu1.dts

index 469cce2..e45a15c 100644 (file)
        };
 
        ds1341: rtc@68 {
-               compatible = "maxim,ds1341";
+               compatible = "dallas,ds1341";
                reg = <0x68>;
        };