Hi Alexander, On 2026-05-08T08:48:28, Feilke, Alexander <[email protected]> wrote: > boards: tqma7: integrate sysinfo_tq_eeprom driver > > Probe the TQ-Eeprom sysinfo driver during boot to print its contents. > > Signed-off-by: Alexander Feilke <[email protected]> > > arch/arm/dts/imx7s-tqma7-u-boot.dtsi | 7 +++++++ > board/tq/tqma7/tqma7.c | 4 ++++ > 2 files changed, 11 insertions(+)
> diff --git a/board/tq/tqma7/tqma7.c b/board/tq/tqma7/tqma7.c > @@ -14,9 +14,11 @@ > +#include <dm/uclass.h> Reviewed-by: Simon Glass <[email protected]> Nothing in this file uses uclass directly and you should normally be able to use <dm.h> to get this header. Regards, Simon

