Hi,

Peter Chen <peter.c...@freescale.com> writes:
> On Wed, Sep 16, 2015 at 03:52:33PM +0800, Li Jun wrote:
>> From: Peter Chen <peter.c...@freescale.com>
>> 
>> Add "fsl,imx6ul-usbphy" compatible string for iMX6ul usb phy
>> 
>> Signed-off-by: Peter Chen <peter.c...@freescale.com>
>> Signed-off-by: Li Jun <jun...@freescale.com>
>> ---
>>  drivers/usb/phy/phy-mxs-usb.c | 5 +++++
>>  1 file changed, 5 insertions(+)
>> 
>> diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c
>> index 4d863eb..630f643 100644
>> --- a/drivers/usb/phy/phy-mxs-usb.c
>> +++ b/drivers/usb/phy/phy-mxs-usb.c
>> @@ -143,12 +143,17 @@ static const struct mxs_phy_data imx6sx_phy_data = {
>>      .flags = MXS_PHY_DISCONNECT_LINE_WITHOUT_VBUS,
>>  };
>>  
>> +static const struct mxs_phy_data imx6ul_phy_data = {
>> +    .flags = MXS_PHY_DISCONNECT_LINE_WITHOUT_VBUS,
>> +};
>> +
>>  static const struct of_device_id mxs_phy_dt_ids[] = {
>>      { .compatible = "fsl,imx6sx-usbphy", .data = &imx6sx_phy_data, },
>>      { .compatible = "fsl,imx6sl-usbphy", .data = &imx6sl_phy_data, },
>>      { .compatible = "fsl,imx6q-usbphy", .data = &imx6q_phy_data, },
>>      { .compatible = "fsl,imx23-usbphy", .data = &imx23_phy_data, },
>>      { .compatible = "fsl,vf610-usbphy", .data = &vf610_phy_data, },
>> +    { .compatible = "fsl,imx6ul-usbphy", .data = &imx6ul_phy_data, },
>>      { /* sentinel */ }
>>  };
>>  MODULE_DEVICE_TABLE(of, mxs_phy_dt_ids);
>> -- 
>> 1.9.1
>> 
>
> ping...


https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/commit/?h=testing/fixes&id=4c55c3cdabdcbe6f458ba5192e1df20cc2909488

-- 
balbi

Attachment: signature.asc
Description: PGP signature

Reply via email to