On 2026-05-27T09:51:17, Alexander Feilke <[email protected]> wrote: > sysinfo: tq_eeprom: new driver > > Introduce a sysinfo driver that can be instantiated from the device, > which will provide information from the EEPROM found on all TQ-Systems > SoMs. > > Signed-off-by: Nora Schiffer <[email protected]> > Signed-off-by: Max Merchel <[email protected]> > Signed-off-by: Alexander Feilke <[email protected]> > > MAINTAINERS | 1 + > configs/tqma7_common.config | 1 + > .../sysinfo/tq,eeprom-sysinfo.txt | 36 ++++ > drivers/sysinfo/Kconfig | 8 + > drivers/sysinfo/Makefile | 1 + > drivers/sysinfo/tq_eeprom.c | 203 > +++++++++++++++++++++ > include/sysinfo/tq_eeprom.h | 24 +++ > 7 files changed, 274 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

