diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-01-24 16:26:56 -0500 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-02-13 11:15:17 -0500 |
commit | 282e8874e4af45ccc52fbd450fea76c1d0d6646a (patch) | |
tree | eec8ac5d31d0675b935bf0e6296ddf3c04969ee9 | |
parent | b2f24db37968477b33d97c82becaba7886cb0a12 (diff) |
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>
-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 @@ | |||
230 | status = "okay"; | 230 | status = "okay"; |
231 | 231 | ||
232 | at24@50 { | 232 | at24@50 { |
233 | compatible = "24c02"; | 233 | compatible = "atmel,24c02"; |
234 | reg = <0x50>; | 234 | reg = <0x50>; |
235 | pagesize = <8>; | 235 | pagesize = <8>; |
236 | }; | 236 | }; |