From: Bartosz Golaszewski Date: Wed, 24 Jan 2018 21:31:48 +0000 (+0100) Subject: ARM: dts: fix the at24 compatible string in imx6q-h100 X-Git-Tag: v4.17-rc1~105^2~6^2~34 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7e9c1a4fb4efbc855f0e1b272d39c59293f163aa;p=uclinux-h8%2Flinux.git ARM: dts: fix the at24 compatible string in imx6q-h100 Using 'at24' as fallback is now deprecated - use the full 'atmel,' string. Signed-off-by: Bartosz Golaszewski Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6q-h100.dts b/arch/arm/boot/dts/imx6q-h100.dts index db0e738b5391..dd24b465a4e5 100644 --- a/arch/arm/boot/dts/imx6q-h100.dts +++ b/arch/arm/boot/dts/imx6q-h100.dts @@ -166,7 +166,7 @@ status = "okay"; eeprom: 24c02@51 { - compatible = "microchip,24c02", "at24"; + compatible = "microchip,24c02", "atmel,24c02"; reg = <0x51>; };