diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-04-17 11:45:13 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-04-24 17:07:52 +0200 |
commit | f64dd550939698b0e24faa2c9083189a5467eb14 (patch) | |
tree | f55fc56906924e2db3a07eb0133d55d57a522c79 /arch | |
parent | arm64: dts: stratix10: Add PL330 DMAC to Stratix10 dts (diff) | |
download | linux-f64dd550939698b0e24faa2c9083189a5467eb14.tar.xz linux-f64dd550939698b0e24faa2c9083189a5467eb14.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts index 2459d133f1be..f50b19447de6 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>; }; |