* [PATCH] ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible
@ 2020-12-07 8:39 Eugen Hristev
2020-12-11 15:48 ` Eugen.Hristev at microchip.com
0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2020-12-07 8:39 UTC (permalink / raw)
To: u-boot
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(-)
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 at 50 {
- compatible = "atmel,24c32";
+ compatible = "microchip,24aa02e48";
reg = <0x50>;
pagesize = <16>;
};
eeprom at 52 {
- compatible = "atmel,24c32";
+ compatible = "microchip,24aa02e48";
reg = <0x52>;
pagesize = <16>;
};
eeprom at 53 {
- compatible = "atmel,24c32";
+ compatible = "microchip,24aa02e48";
reg = <0x53>;
pagesize = <16>;
};
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible
2020-12-07 8:39 [PATCH] ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible Eugen Hristev
@ 2020-12-11 15:48 ` Eugen.Hristev at microchip.com
0 siblings, 0 replies; 2+ messages in thread
From: Eugen.Hristev at microchip.com @ 2020-12-11 15:48 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-11 15:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 8:39 [PATCH] ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible Eugen Hristev
2020-12-11 15:48 ` Eugen.Hristev at microchip.com
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox