提交 f64dd550 编写于 作者: B Bartosz Golaszewski 提交者: Dinh Nguyen

ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5

Using 'at' or 'at24' as the <manufacturer> part of the compatible
string is now deprecated. Use a correct value: 'atmel,<model>'.
Signed-off-by: NBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 ab50a444
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
}; };
at24@50 { at24@50 {
compatible = "at24,24c01"; compatible = "atmel,24c01";
pagesize = <8>; pagesize = <8>;
reg = <0x50>; reg = <0x50>;
}; };
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
#size-cells = <0>; #size-cells = <0>;
reg = <6>; reg = <6>;
eeprom@51 { eeprom@51 {
compatible = "at,24c01"; compatible = "atmel,24c01";
pagesize = <8>; pagesize = <8>;
reg = <0x51>; reg = <0x51>;
}; };
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
#size-cells = <0>; #size-cells = <0>;
reg = <7>; reg = <7>;
eeprom@51 { eeprom@51 {
compatible = "at,24c01"; compatible = "atmel,24c01";
pagesize = <8>; pagesize = <8>;
reg = <0x51>; reg = <0x51>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册