提交 7e9c1a4f 编写于 作者: B Bartosz Golaszewski 提交者: Shawn Guo

ARM: dts: fix the at24 compatible string in imx6q-h100

Using 'at24' as fallback is now deprecated - use the full
'atmel,<model>' string.
Signed-off-by: NBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 c37c2089
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
status = "okay"; status = "okay";
eeprom: 24c02@51 { eeprom: 24c02@51 {
compatible = "microchip,24c02", "at24"; compatible = "microchip,24c02", "atmel,24c02";
reg = <0x51>; reg = <0x51>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册