Re: [PATCH 3/4] sysreset: watchdog: Move watchdog reference to plat data

2021-10-31 Thread Simon Glass
On Thu, 28 Oct 2021 at 05:18, Heinrich Schuchardt wrote: > > On 8/22/21 22:41, Samuel Holland wrote: > > Currently, the wdt_reboot driver always gets its watchdog device > > reference from an OF node. This prevents selecting a watchdog at > > runtime. Move the watchdog device reference to the

Re: [PATCH 3/4] sysreset: watchdog: Move watchdog reference to plat data

2021-10-28 Thread Heinrich Schuchardt
On 8/22/21 22:41, Samuel Holland wrote: Currently, the wdt_reboot driver always gets its watchdog device reference from an OF node. This prevents selecting a watchdog at runtime. Move the watchdog device reference to the plat data, so the driver can be bound with the reference pre-provided. The

[PATCH 3/4] sysreset: watchdog: Move watchdog reference to plat data

2021-08-22 Thread Samuel Holland
Currently, the wdt_reboot driver always gets its watchdog device reference from an OF node. This prevents selecting a watchdog at runtime. Move the watchdog device reference to the plat data, so the driver can be bound with the reference pre-provided. The reference will still be acquired from the