All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Eichenberger <eichest@gmail.com>
To: francesco.dolcini@toradex.com, sbabic@nabladev.com,
	festevam@gmail.com, uboot-imx@nxp.com, trini@konsulko.com,
	franz.schnyder@toradex.com, emanuele.ghidoli@toradex.com,
	stefan.eichenberger@toradex.com, ernest.vanhoecke@toradex.com,
	alice.guo@nxp.com, peng.fan@nxp.com
Cc: u-boot@lists.u-boot-project.org
Subject: [PATCH v1 2/2] imx: verdin-imx95: remove unused WDOG_BASE_ADDR
Date: Wed, 19 Aug 2026 15:38:37 +0200	[thread overview]
Message-ID: <20260819133900.167046-3-eichest@gmail.com> (raw)
In-Reply-To: <20260819133900.167046-1-eichest@gmail.com>

From: Stefan Eichenberger <stefan.eichenberger@toradex.com>

The ULP watchdog driver obtains its base address from the devicetree
since commit 3cacd1b1809d ("watchdog: ulp_wdog: Use driver model for
reset_cpu()"), so WDOG_BASE_ADDR has no user left. Commit 4f8d6c8f417c
("imx: Remove hardcoded watchdog base address macros") dropped the macro
from the other i.MX9 boards, including toradex-smarc-imx95, but missed
verdin-imx95.

The definition is in fact dangling: WDG3_BASE_ADDR was removed from
arch-imx9/imx-regs.h by that same commit, so anything expanding
WDOG_BASE_ADDR would now fail to build.

Remove the leftover definition.

Fixes: 4f8d6c8f417c ("imx: Remove hardcoded watchdog base address macros")
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
---
 include/configs/verdin-imx95.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/verdin-imx95.h b/include/configs/verdin-imx95.h
index 30eb2e01460..b6df4d48695 100644
--- a/include/configs/verdin-imx95.h
+++ b/include/configs/verdin-imx95.h
@@ -22,6 +22,4 @@
 #define PHYS_SDRAM_SIZE		(SZ_2G - PHYS_SDRAM_FW_RSVD)
 #define PHYS_SDRAM_2_SIZE	SZ_30G
 
-#define WDOG_BASE_ADDR		WDG3_BASE_ADDR
-
 #endif
-- 
2.55.0


  parent reply	other threads:[~2026-08-19 13:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Stefan Eichenberger [this message]
2026-08-19 13:43 ` [PATCH v1 0/2] Cleanup i.MX95 based Toradex boards Francesco Dolcini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260819133900.167046-3-eichest@gmail.com \
    --to=eichest@gmail.com \
    --cc=alice.guo@nxp.com \
    --cc=emanuele.ghidoli@toradex.com \
    --cc=ernest.vanhoecke@toradex.com \
    --cc=festevam@gmail.com \
    --cc=francesco.dolcini@toradex.com \
    --cc=franz.schnyder@toradex.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@nabladev.com \
    --cc=stefan.eichenberger@toradex.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.u-boot-project.org \
    --cc=uboot-imx@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.