ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 24 Jan 2018 21:22:13 +0000 (22:22 +0100)
committerTony Lindgren <tony@atomide.com>
Wed, 14 Feb 2018 17:26:11 +0000 (09:26 -0800)
Using 'at' as the <manufacturer> part of the compatible string is now
deprecated. Use a correct string: 'atmel,<model>'.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-boneblue.dts

index 3f2480d05a3bafd4dd032dfc0ec764227f957b37..58baee158e64d2fad4e11e90e03a9c9b7516020c 100644 (file)
        };
 
        baseboard_eeprom: baseboard_eeprom@50 {
-               compatible = "at,24c256";
+               compatible = "atmel,24c256";
                reg = <0x50>;
 
                #address-cells = <1>;