Merge patch series "board: ti: am62x: Add EEPROM support and refactor board detection"
authorTom Rini <trini@konsulko.com>
Fri, 7 Nov 2025 22:08:37 +0000 (16:08 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 7 Nov 2025 22:45:14 +0000 (16:45 -0600)
commitfb27b23b1885161ee04e1e83f455de0a61258609
tree17418834afb7540b323776f8c5412125e13f4204
parent5e5b630eef2eecfe898b2ce3e719a6dc79211569
parent804b80288ac048f3c4403ddbb48f0944a3b5cc7e
Merge patch series "board: ti: am62x: Add EEPROM support and refactor board detection"

Guillaume La Roque (TI.com) <glaroque@baylibre.com> says:

This series adds EEPROM board detection support for AM62x and refactors
the board detection code across AM6x family boards to eliminate code
duplication.

The series introduces two new generic functions for AM6x boards:
- do_board_detect_am6(): Reads the on-board EEPROM with fallback logic
  to alternate I2C addresses
- setup_serial_am6(): Sets up the serial number environment variable
  from EEPROM data

Link: https://lore.kernel.org/r/20251103-am62xeeprom-v3-0-e390779c0fc5@baylibre.com