
Hello Eugen,
On 26.05.22 16:18, Eugen.Hristev@microchip.com wrote:
On 5/26/22 5:11 PM, Michael Walle wrote:
[snip]
@@ -92,7 +92,7 @@ status = "okay";
i2c_eeprom: i2c_eeprom@50 {
Nit: that one should actually be just "eeprom@50".
Hi Michael,
That's true, but my patch just changes the compatible .
With time, I want to completely sync the DT with Linux. It will take some effort, but I am gathering the pieces of the puzzle slowly.
Thanks !
Fine with me.
Reviewed-by: Heiko Schocher hs@denx.de
bye, Heiko
Eugen
-michael
- compatible = "microchip,24aa02e48"; + compatible = "atmel,24c02"; /* EEPROM is 2Kbits microchip 24aa02e48 */ reg = <0x50>; }; };