OSDN Git Service

ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-rex
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 24 Jan 2018 21:31:16 +0000 (22:31 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:16 +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-rex.dtsi

index 6e9549f..039e3b8 100644 (file)
        status = "okay";
 
        eeprom@57 {
-               compatible = "at,24c02";
+               compatible = "atmel,24c02";
                reg = <0x57>;
        };
 };