diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-01-24 22:25:01 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-02-13 17:15:16 +0100 |
commit | e3a5ce64502a9c0662162d71dd944c3d893a0028 (patch) | |
tree | 9e4bc5c44b4c1043fc9ba8a763ffa3d9339c22e9 /arch/arm/boot/dts/at91sam9260ek.dts | |
parent | 3f5243cb54fe0e5486ee5c3a10ad7bfcf23c492c (diff) | |
download | lwn-e3a5ce64502a9c0662162d71dd944c3d893a0028.tar.gz lwn-e3a5ce64502a9c0662162d71dd944c3d893a0028.zip |
ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9260ek
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/at91sam9260ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9260ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9260ek.dts b/arch/arm/boot/dts/at91sam9260ek.dts index e16c706d91ef..d2b865f60293 100644 --- a/arch/arm/boot/dts/at91sam9260ek.dts +++ b/arch/arm/boot/dts/at91sam9260ek.dts @@ -201,7 +201,7 @@ status = "okay"; 24c512@50 { - compatible = "24c512"; + compatible = "atmel,24c512"; reg = <0x50>; }; }; |