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: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
ab50a44404
commit
f64dd55093
|
@ -161,7 +161,7 @@
|
|||
};
|
||||
|
||||
at24@50 {
|
||||
compatible = "at24,24c01";
|
||||
compatible = "atmel,24c01";
|
||||
pagesize = <8>;
|
||||
reg = <0x50>;
|
||||
};
|
||||
|
@ -213,7 +213,7 @@
|
|||
#size-cells = <0>;
|
||||
reg = <6>;
|
||||
eeprom@51 {
|
||||
compatible = "at,24c01";
|
||||
compatible = "atmel,24c01";
|
||||
pagesize = <8>;
|
||||
reg = <0x51>;
|
||||
};
|
||||
|
@ -224,7 +224,7 @@
|
|||
#size-cells = <0>;
|
||||
reg = <7>;
|
||||
eeprom@51 {
|
||||
compatible = "at,24c01";
|
||||
compatible = "atmel,24c01";
|
||||
pagesize = <8>;
|
||||
reg = <0x51>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue