On Wed, Sep 09, 2015 at 10:18:40AM +0800, Li Jun wrote: > Use imx6sx instead of imx6sl's platform flags for imx6sx. > > Signed-off-by: Li Jun <jun.li@xxxxxxxxxxxxx> > --- > drivers/usb/chipidea/ci_hdrc_imx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/chipidea/ci_hdrc_imx.c b/drivers/usb/chipidea/ci_hdrc_imx.c > index f9deea5..1becd33 100644 > --- a/drivers/usb/chipidea/ci_hdrc_imx.c > +++ b/drivers/usb/chipidea/ci_hdrc_imx.c > @@ -67,7 +67,7 @@ static const struct of_device_id ci_hdrc_imx_dt_ids[] = { > { .compatible = "fsl,imx27-usb", .data = &imx27_usb_data}, > { .compatible = "fsl,imx6q-usb", .data = &imx6q_usb_data}, > { .compatible = "fsl,imx6sl-usb", .data = &imx6sl_usb_data}, > - { .compatible = "fsl,imx6sx-usb", .data = &imx6sl_usb_data}, > + { .compatible = "fsl,imx6sx-usb", .data = &imx6sx_usb_data}, > { .compatible = "fsl,imx7d-usb", .data = &imx7d_usb_data}, > { /* sentinel */ } > }; > -- > 1.7.9.5 > Good catch -- Best Regards, Peter Chen -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html