diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-09-18 14:43:31 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-26 12:33:53 +0300 |
commit | 1c5f335f61ffb838fc3cc1cec9464067663eb8c8 (patch) | |
tree | bd36b201b8b96a0a3562a9c279a9875bdd78f9f8 | |
parent | 92f0eb08c66a73594cf200e65689e767f7f0da5e (diff) | |
download | linux-1c5f335f61ffb838fc3cc1cec9464067663eb8c8.tar.xz |
ARM: dts: imx51-zii-rdu1: Fix the rtc compatible string
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>
-rw-r--r-- | arch/arm/boot/dts/imx51-zii-rdu1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-rdu1.dts b/arch/arm/boot/dts/imx51-zii-rdu1.dts index 469cce2c0357..e45a15ceb94b 100644 --- a/arch/arm/boot/dts/imx51-zii-rdu1.dts +++ b/arch/arm/boot/dts/imx51-zii-rdu1.dts @@ -508,7 +508,7 @@ }; ds1341: rtc@68 { - compatible = "maxim,ds1341"; + compatible = "dallas,ds1341"; reg = <0x68>; }; |