diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2022-05-26 17:04:54 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2022-06-28 10:09:45 +0300 |
commit | 0d60a93053b20dfece6ed85fc2dc69e530c1c8d6 (patch) | |
tree | bd7bf515268c340cc5bd0de2808419c1ee3cd9ec /arch/arm/dts/at91-sama7g5ek.dts | |
parent | d4d3c33393d006c2970b63eb0b4cb6eac4a231ef (diff) | |
download | u-boot-0d60a93053b20dfece6ed85fc2dc69e530c1c8d6.tar.gz |
ARM: dts: at91: replace microchip, 24aa02e48 with atmel, at24c02
microchip,24aa025e48 does not exist in the bindings of this driver.
It can be replaced with atmel,at24c02 which is a standard compatible
and the memory is compatible with this one, depending on the page size.
microchip 24aa02e48 has a page size of 8, while 24aa025e48 has a page
size of 16 bytes.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Michael Walle <michael@walle.cc>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/dts/at91-sama7g5ek.dts')
-rw-r--r-- | arch/arm/dts/at91-sama7g5ek.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/at91-sama7g5ek.dts b/arch/arm/dts/at91-sama7g5ek.dts index 086ee45005f..eaba0de3f7f 100644 --- a/arch/arm/dts/at91-sama7g5ek.dts +++ b/arch/arm/dts/at91-sama7g5ek.dts @@ -405,13 +405,13 @@ status = "okay"; eeprom@52 { - compatible = "microchip,24aa02e48"; + compatible = "atmel,24c02"; /* EEPROM is 2Kbits microchip 24aa025e48, an at24c02 with page size of 16 */ reg = <0x52>; pagesize = <16>; }; eeprom@53 { - compatible = "microchip,24aa02e48"; + compatible = "atmel,24c02"; /* EEPROM is 2Kbits microchip 24aa025e48, an at24c02 with page size of 16 */ reg = <0x53>; pagesize = <16>; }; |