From: Eugen Hristev Date: Mon, 7 Dec 2020 07:30:59 +0000 (+0200) Subject: ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible X-Git-Tag: v2021.10~407^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb5eedbc7fbddc7849bb10a239facac29b615c1c;p=platform%2Fkernel%2Fu-boot.git ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible The correct compatible for this eeproms is microchip,24aa02e48 The previous compatible string was working up to U-boot 2020.04. Signed-off-by: Eugen Hristev Tested-by: Codrin Ciubotariu --- diff --git a/arch/arm/dts/at91-sama5d2_icp.dts b/arch/arm/dts/at91-sama5d2_icp.dts index cae8748..f81fa60 100644 --- a/arch/arm/dts/at91-sama5d2_icp.dts +++ b/arch/arm/dts/at91-sama5d2_icp.dts @@ -53,19 +53,19 @@ status = "okay"; eeprom@50 { - compatible = "atmel,24c32"; + compatible = "microchip,24aa02e48"; reg = <0x50>; pagesize = <16>; }; eeprom@52 { - compatible = "atmel,24c32"; + compatible = "microchip,24aa02e48"; reg = <0x52>; pagesize = <16>; }; eeprom@53 { - compatible = "atmel,24c32"; + compatible = "microchip,24aa02e48"; reg = <0x53>; pagesize = <16>; };