From: Bartosz Golaszewski Date: Thu, 21 Jun 2018 08:33:03 +0000 (+0200) Subject: powerpc/dts: Use 'atmel' as at24 manufacturer for pdm360ng X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=835b706bab95141e2663b046f2fc596169b57fa8;p=linux.git powerpc/dts: Use 'atmel' as at24 manufacturer for pdm360ng Using 'at' as the part of the compatible string is now deprecated. Use a correct string: 'atmel,'. Signed-off-by: Bartosz Golaszewski Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/boot/dts/pdm360ng.dts b/arch/powerpc/boot/dts/pdm360ng.dts index 445b881140093..df1283b63d9b3 100644 --- a/arch/powerpc/boot/dts/pdm360ng.dts +++ b/arch/powerpc/boot/dts/pdm360ng.dts @@ -98,7 +98,7 @@ fsl,preserve-clocking; eeprom@50 { - compatible = "at,24c01"; + compatible = "atmel,24c01"; reg = <0x50>; };