Commit f64dd550 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by 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: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent ab50a444
......@@ -161,7 +161,7 @@ temp: lm75@48 {
};
at24@50 {
compatible = "at24,24c01";
compatible = "atmel,24c01";
pagesize = <8>;
reg = <0x50>;
};
......@@ -213,7 +213,7 @@ i2c@6 { /* Backplane EEPROM */
#size-cells = <0>;
reg = <6>;
eeprom@51 {
compatible = "at,24c01";
compatible = "atmel,24c01";
pagesize = <8>;
reg = <0x51>;
};
......@@ -224,7 +224,7 @@ i2c@7 { /* Power board EEPROM */
#size-cells = <0>;
reg = <7>;
eeprom@51 {
compatible = "at,24c01";
compatible = "atmel,24c01";
pagesize = <8>;
reg = <0x51>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment