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

2021-11-04 Thread Stefan Roese
On 04.11.21 04:55, 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 v3 3/6] sysreset: watchdog: Move watchdog reference to plat data

2021-11-03 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 O