diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-01-25 00:25:44 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-02-13 19:15:17 +0300 |
commit | b2f24db37968477b33d97c82becaba7886cb0a12 (patch) | |
tree | 3d46afa6b8fd6306adc4e5e66c867632c8d8ebd9 /arch/arm/boot/dts/at91sam9g20ek_common.dtsi | |
parent | e3a5ce64502a9c0662162d71dd944c3d893a0028 (diff) | |
download | linux-b2f24db37968477b33d97c82becaba7886cb0a12.tar.xz |
ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9g20ek
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/at91sam9g20ek_common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi index 50561b7b7939..71df3adfc7ca 100644 --- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi +++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi @@ -211,7 +211,7 @@ status = "okay"; 24c512@50 { - compatible = "24c512"; + compatible = "atmel,24c512"; reg = <0x50>; }; |