ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-zii-rdu2
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 24 Jan 2018 21:28:23 +0000 (22:28 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:15 +0000 (21:13 +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: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi

index 928f358..f81ae0c 100644 (file)
        };
 
        eeprom@54 {
-               compatible = "at,24c128";
+               compatible = "atmel,24c128";
                reg = <0x54>;
        };