Re: [PATCH] arm64: dts: imx: Fix EEPROM address on Data Modul i.MX8M Plus eDM SBC
Fabio Estevam <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CAOMZO5AOmyEbHS7tMdLaWuEoGgkOWSiVUG6Ln54ATPCUqWxCkQ@mail.gmail.com> |
Hi Marek, 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? Also, any chance to convert this board to OF_UPSTREAM?