diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-01-24 22:26:56 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-02-13 17:15:17 +0100 |
commit | 282e8874e4af45ccc52fbd450fea76c1d0d6646a (patch) | |
tree | eec8ac5d31d0675b935bf0e6296ddf3c04969ee9 /arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | |
parent | b2f24db37968477b33d97c82becaba7886cb0a12 (diff) | |
download | blackbird-obmc-linux-282e8874e4af45ccc52fbd450fea76c1d0d6646a.tar.gz blackbird-obmc-linux-282e8874e4af45ccc52fbd450fea76c1d0d6646a.zip |
ARM: dts: at91: use 'atmel' as at24 manufacturer for at91-sama5d2_ptc_ek
Using compatible strings without the <manufacturer> part for at24 is
now deprecated. Use a correct 'atmel,<model>' value.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts index e603a267bdf1..b10dccd0958f 100644 --- a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts +++ b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts @@ -230,7 +230,7 @@ status = "okay"; at24@50 { - compatible = "24c02"; + compatible = "atmel,24c02"; reg = <0x50>; pagesize = <8>; }; |