Hi,
We are trying to upgrade to the latest version of U-Boot on our i.MX6 boards. During this process, we would like to synchronize the device tree from Linux to U-Boot.
Currently, WEIM register initialization is handled in a board-specific file. However, the device tree expects a WEIM parent node for the WEIM child driver to function properly.
As a result, we are unable to synchronize because the i.MX WEIM driver is not present in the U-Boot source code.
is there any solution for this?