[PATCH 6/6] boards: tqma7: integrate sysinfo_tq_eeprom driver

Simon Glass sjg at chromium.org
Fri May 8 20:05:06 CEST 2026


Hi Alexander,

On 2026-05-08T08:48:28, Feilke, Alexander
<Alexander.Feilke at ew.tq-group.com> 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 <alexander.feilke at ew.tq-group.com>
>
> 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 <sjg at chromium.org>

Nothing in this file uses uclass directly and you should normally be
able to use <dm.h> to get this header.

Regards,
Simon


More information about the U-Boot mailing list