All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Cleanup i.MX95 based Toradex boards
@ 2026-08-19 13:38 Stefan Eichenberger
  2026-08-19 13:38 ` [PATCH v1 1/2] configs: {aquila, verdin, toradex-smarc}-imx95: remove CONFIG_SPI Stefan Eichenberger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Eichenberger @ 2026-08-19 13:38 UTC (permalink / raw)
  To: francesco.dolcini, sbabic, festevam, uboot-imx, trini,
	franz.schnyder, emanuele.ghidoli, stefan.eichenberger,
	ernest.vanhoecke, alice.guo, peng.fan
  Cc: u-boot

This series removes two leftovers from the Toradex i.MX95 board support.

The first patch drops CONFIG_SPI from the aquila-imx95, verdin-imx95 and
toradex-smarc-imx95 defconfigs. It has been set since the initial board
support, but none of the boards selects an SPI controller or slave
driver, so SPI is not usable in U-Boot on them anyway.

The second patch removes the WDOG_BASE_ADDR definition from
verdin-imx95.h. The ULP watchdog driver takes its base address from the
devicetree now, and the macro it expanded to no longer exists, so the
definition is dangling.

Neither patch changes behaviour, they only drop unused configuration.
All three boards were build tested.

Stefan Eichenberger (2):
  configs: {aquila, verdin, toradex-smarc}-imx95: remove CONFIG_SPI
  imx: verdin-imx95: remove unused WDOG_BASE_ADDR

 configs/aquila-imx95_defconfig        | 1 -
 configs/toradex-smarc-imx95_defconfig | 1 -
 configs/verdin-imx95_defconfig        | 1 -
 include/configs/verdin-imx95.h        | 2 --
 4 files changed, 5 deletions(-)

-- 
2.55.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-19 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-19 13:38 [PATCH v1 0/2] Cleanup i.MX95 based Toradex boards Stefan Eichenberger
2026-08-19 13:38 ` [PATCH v1 1/2] configs: {aquila, verdin, toradex-smarc}-imx95: remove CONFIG_SPI Stefan Eichenberger
2026-08-19 13:38 ` [PATCH v1 2/2] imx: verdin-imx95: remove unused WDOG_BASE_ADDR Stefan Eichenberger
2026-08-19 13:43 ` [PATCH v1 0/2] Cleanup i.MX95 based Toradex boards Francesco Dolcini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.