Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7b2bff1 authored by Michael Grzeschik's avatar Michael Grzeschik Committed by Felipe Balbi
Browse files

fsl_udc_core: add support for devices provided by fsl-mph-dr-of



Currently the of glue code in fsl-mph-dr-of will create the platform
device fsl-usb2-udc. As this driver should also be probed by this name,
this patch adds it to the devtypes list.

Signed-off-by: default avatarMichael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent b5c7ed5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2675,6 +2675,8 @@ static const struct platform_device_id fsl_udc_devtype[] = {
		.name = "imx-udc-mx27",
	}, {
		.name = "imx-udc-mx51",
	}, {
		.name = "fsl-usb2-udc",
	}, {
		/* sentinel */
	}