提交 e821b710 编写于 作者: F Fabio Estevam 提交者: Greg Kroah-Hartman

ARM: dts: imx51-zii-rdu1: Fix the rtc compatible string

[ Upstream commit 1c5f335f61ffb838fc3cc1cec9464067663eb8c8 ]

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: NChris Healy <cphealy@gmail.com>
Signed-off-by: NFabio Estevam <festevam@gmail.com>
Reviewed-by: NLucas Stach <l.stach@pengutronix.de>
Tested-by: NChris Healy <cphealy@gmail.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
Signed-off-by: NSasha Levin <sashal@kernel.org>
上级 a09b6731
...@@ -514,7 +514,7 @@ ...@@ -514,7 +514,7 @@
}; };
ds1341: rtc@68 { ds1341: rtc@68 {
compatible = "maxim,ds1341"; compatible = "dallas,ds1341";
reg = <0x68>; reg = <0x68>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册