From: Bartosz Golaszewski Date: Thu, 21 Jun 2018 08:33:04 +0000 (+0200) Subject: powerpc/dts: Use 'atmel' as at24 manufacturer for kmcent2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6aeb43591f0dd75eea361d0517527d9e5397abe8;p=linux.git powerpc/dts: Use 'atmel' as at24 manufacturer for kmcent2 Using compatible strings without the part for at24 is now deprecated. Use a correct 'atmel,' value. Signed-off-by: Bartosz Golaszewski Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/boot/dts/fsl/kmcent2.dts b/arch/powerpc/boot/dts/fsl/kmcent2.dts index 5922c1ea0e96d..3094df05f5eab 100644 --- a/arch/powerpc/boot/dts/fsl/kmcent2.dts +++ b/arch/powerpc/boot/dts/fsl/kmcent2.dts @@ -130,7 +130,7 @@ #size-cells = <0>; eeprom@54 { - compatible = "24c02"; + compatible = "atmel,24c02"; reg = <0x54>; pagesize = <2>; read-only;