
26 May
2022
26 May
'22
4:18 p.m.
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 !
Eugen
-michael
- compatible = "microchip,24aa02e48"; + compatible = "atmel,24c02"; /* EEPROM is 2Kbits microchip 24aa02e48 */ reg = <0x50>; }; };