ARM: dts: fix the at24 compatible string in imx6q-h100
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 24 Jan 2018 21:31:48 +0000 (22:31 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:17 +0000 (21:13 +0800)
Using 'at24' as fallback is now deprecated - use the full
'atmel,<model>' string.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-h100.dts

index db0e738..dd24b46 100644 (file)
        status = "okay";
 
        eeprom: 24c02@51 {
-               compatible = "microchip,24c02", "at24";
+               compatible = "microchip,24c02", "atmel,24c02";
                reg = <0x51>;
        };