On Mon, 5 Nov 2018, Al Cooper wrote:

> Add support for Broadcom STB SoC's to the ohci platform driver.
> 
> Signed-off-by: Al Cooper <alcoop...@gmail.com>
> ---

> @@ -177,6 +189,8 @@ static int ohci_platform_probe(struct platform_device 
> *dev)
>               ohci->flags |= OHCI_QUIRK_FRAME_NO;
>       if (pdata->num_ports)
>               ohci->num_ports = pdata->num_ports;
> +     if (pdata->suspend_without_phy_exit)
> +             hcd->suspend_without_phy_exit = 1;

Sorry if I missed this in the earlier discussions...  Is there any 
possibility of adding a DT binding that could express this requirement, 
instead of putting it in the platform data?

Alan Stern

Reply via email to