Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: chipidea: imx: add imx8ulp support

The dtbinding have imx7ulp and imx8ulp compatible with imx7d before. And
then the dtb follow the dtbinding. However, the driver doesn't add imx8ulp
compatible now. To make imx8ulp work well, this will add support for it.

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Acked-by: Peter Chen <peter.chen@kernel.org>
Link: https://lore.kernel.org/r/20241111090916.1534047-1-xu.yang_2@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Xu Yang and committed by
Greg Kroah-Hartman
3339aff5 65c4c944

+4
+4
drivers/usb/chipidea/usbmisc_imx.c
··· 1285 1285 .compatible = "fsl,imx7ulp-usbmisc", 1286 1286 .data = &imx7ulp_usbmisc_ops, 1287 1287 }, 1288 + { 1289 + .compatible = "fsl,imx8ulp-usbmisc", 1290 + .data = &imx7ulp_usbmisc_ops, 1291 + }, 1288 1292 { /* sentinel */ } 1289 1293 }; 1290 1294 MODULE_DEVICE_TABLE(of, usbmisc_imx_dt_ids);