Commit 6aeb4359 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Michael Ellerman

powerpc/dts: Use 'atmel' as at24 manufacturer for kmcent2

Using compatible strings without the <manufacturer> part for at24 is
now deprecated. Use a correct 'atmel,<model>' value.
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 835b706b
...@@ -130,7 +130,7 @@ i2c@0 { ...@@ -130,7 +130,7 @@ i2c@0 {
#size-cells = <0>; #size-cells = <0>;
eeprom@54 { eeprom@54 {
compatible = "24c02"; compatible = "atmel,24c02";
reg = <0x54>; reg = <0x54>;
pagesize = <2>; pagesize = <2>;
read-only; read-only;
......
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