From: Bartosz Golaszewski Date: Tue, 17 Apr 2018 09:45:13 +0000 (+0200) Subject: ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f64dd550939698b0e24faa2c9083189a5467eb14;p=linux.git ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5 Using 'at' or 'at24' as the part of the compatible string is now deprecated. Use a correct value: 'atmel,'. Signed-off-by: Bartosz Golaszewski Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts index 2459d133f1bee..f50b19447de69 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts @@ -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>; };