On Tue, May 19, 2026 at 02:22:06PM +0800, [email protected] wrote: >From: Alice Guo <[email protected]> > >Replace hardcoded watchdog base addresses with dynamic address lookup >from device tree for i.MX7ULP, i.MX8ULP, i.MX91, i.MX93, i.MX943, i.MX95 >and i.MX952. > >Move i.MX7ULP watchdog initialization from s_init() to >arch_cpu_init() because ofnode_* APIs depend on FDT, which is not >available during s_init(). > >Signed-off-by: Alice Guo <[email protected]>
Reviewed-by: Peng Fan <[email protected]>

