Hello Shashank,
On Wed, Jun 29, 2022 at 01:43:05PM +0200, Shashank Anand wrote:
Regarding resetting the IMX8MM board, I have found a better solution that does not require kernel privilege. The board can be reset by clearing the WDA bit of the Watchdog Control Register (WDOG1_WCR). Clearing the WDA bit triggers the WDOG_B signal which performs a system reset.
that is good to know. Again the platform driver seems the natural component to control the Watchdog Control Register.
Regards Stefan