[PATCH v3 3/5] usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28
Shawn Guo
shawn.guo at linaro.org
Sun Oct 27 22:03:13 EDT 2013
On Sun, Oct 27, 2013 at 05:25:36PM +0100, Marek Vasut wrote:
> > +static const struct of_device_id ci_hdrc_imx_dt_ids[] = {
> > + { .compatible = "fsl,imx28-usb", .data = &imx28_usb_data},
> > + { .compatible = "fsl,imx27-usb", .data = &imx27_usb_data},
>
> Just a nit-pick, but the order here is wrong ;-)
Oh, no. Before of_match_device() gets improved to find the best match,
we have to sort the table from the most specific entry to the most
generic one.
Shawn
More information about the linux-arm-kernel
mailing list