Re: [PATCH] arm64: dts: imx: Fix EEPROM address on Data Modul i.MX8M Plus eDM SBC
Marek Vasut via U-Boot <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/26 1:49 AM, Fabio Estevam wrote: Hello Fabio, > On Sun, Aug 16, 2026 at 8:24 PM Marek Vasut <[email protected]> wrote: >> >> The Embedded EEPROM address on Data Modul i.MX8M Plus eDM SBC is 0x51 >> on all boards starting with revision 902 and newer, update the EEPROM >> address to 0x51 to cover all production hardware. >> >> Older board revisions had the EEPROM strapped to address 0x50 but the >> EEPROM was not populated on those boards. A subset of rev. 902 boards >> also do not have the EEPROM populated. Rev. 903 and newer boards have >> the EEPROM populated and strapped to address 0x51. Therefore, setting >> the EEPROM address to 0x51 unconditionally does not break any users. >> >> Signed-off-by: Marek Vasut <[email protected]> > > Does this need to go to main, or can it go to next? main would be nice, since this is a (long overdue) fix. > Also, any chance to convert this board to OF_UPSTREAM? It is on my todo since Peng sent the RFC, along with a bunch of other imx boards, I simply didn't get around to doing it and testing the result, sorry.