Hello! An error occurred while registering the i.MX watchdog driver: barebox 2022.06.0-00530-g31d9ff81c63c-dirty #44 Fri Oct 21 12:13:36 MSK 2022 ... ERROR: imx-watchdog 73f98000.watchdog@xxxxxxxxxxx: probe failed: No such file or directory ... Thought it was the result of a patch "watchdog: imxwd: get and enable clock", and added the line: clks[IMX5_CLK_DUMMY] = clk_fixed("dummy", 0); into the beginning of the mx5_clocks_common_init() function, but this does not help... Does anyone have any ideas about this? Thanks!