mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-04 21:41:34 +00:00
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 <eugen.hristev@microchip.com> Tested-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
This commit is contained in:
parent
8454cf0d23
commit
bb5eedbc7f
1 changed files with 3 additions and 3 deletions
|
@ -53,19 +53,19 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
eeprom@50 {
|
eeprom@50 {
|
||||||
compatible = "atmel,24c32";
|
compatible = "microchip,24aa02e48";
|
||||||
reg = <0x50>;
|
reg = <0x50>;
|
||||||
pagesize = <16>;
|
pagesize = <16>;
|
||||||
};
|
};
|
||||||
|
|
||||||
eeprom@52 {
|
eeprom@52 {
|
||||||
compatible = "atmel,24c32";
|
compatible = "microchip,24aa02e48";
|
||||||
reg = <0x52>;
|
reg = <0x52>;
|
||||||
pagesize = <16>;
|
pagesize = <16>;
|
||||||
};
|
};
|
||||||
|
|
||||||
eeprom@53 {
|
eeprom@53 {
|
||||||
compatible = "atmel,24c32";
|
compatible = "microchip,24aa02e48";
|
||||||
reg = <0x53>;
|
reg = <0x53>;
|
||||||
pagesize = <16>;
|
pagesize = <16>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue