diff mbox series

ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible

Message ID 20201207083904.217654-1-eugen.hristev@microchip.com
State Accepted
Commit bb5eedbc7fbddc7849bb10a239facac29b615c1c
Delegated to: Eugen Hristev
Headers show
Series ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible | expand

Commit Message

Eugen Hristev Dec. 7, 2020, 8:39 a.m. UTC
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 <eugen.hristev@microchip.com>
Tested-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
---
 arch/arm/dts/at91-sama5d2_icp.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Eugen Hristev Dec. 11, 2020, 3:48 p.m. UTC | #1
On 07.12.2020 10:39, Eugen Hristev wrote:
> 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 <eugen.hristev@microchip.com>
> Tested-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
> ---

Applied to u-boot-atmel/master
diff mbox series

Patch

diff --git a/arch/arm/dts/at91-sama5d2_icp.dts b/arch/arm/dts/at91-sama5d2_icp.dts
index cae8748268..f81fa60171 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>;
 				};