[PATCH v1 4/4] imx8ulp: dst: Enable USB controller at 0x29920000 in host mode
Fabio Estevam
festevam at gmail.com
Fri Nov 28 14:28:25 CET 2025
Hi Alice,
On Fri, Nov 28, 2025 at 10:18 AM <alice.guo at oss.nxp.com> wrote:
> +&usbotg2 {
> + compatible = "fsl,imx8ulp-usb", "fsl,imx7ulp-usb", "fsl,imx27-usb";
> +};
In imx8ulp.dtsi from Linux:
usbotg2: usb at 29920000 {
compatible = "fsl,imx8ulp-usb", "fsl,imx7ulp-usb", "fsl,imx6ul-usb";
Why is U-Boot using a different compatible?
Also, what is the plan to switch imx8ulp-evk to OF_UPSTREAM?
Please explain in the commit log why you are touching U-Boot
devicetrees instead of using OF_UPSTREAM.
More information about the U-Boot
mailing list