USB: fsl_qe_udc: Add fsl,mpc8323-qe-usb compatible entry
[safe/jmp/linux-2.6] / drivers / usb / gadget / fsl_qe_udc.c
index d701bf4..7881f12 100644 (file)
@@ -2751,6 +2751,10 @@ static int __devexit qe_udc_remove(struct of_device *ofdev)
 /*-------------------------------------------------------------------------*/
 static struct of_device_id __devinitdata qe_udc_match[] = {
        {
+               .compatible = "fsl,mpc8323-qe-usb",
+               .data = (void *)PORT_QE,
+       },
+       {
                .compatible = "fsl,mpc8360-qe-usb",
                .data = (void *)PORT_QE,
        },