Re: [PATCH V3 4/6] usb: ohci-platform: Add support for Broadcom STB SoC's

From: Alan Stern
Date: Tue Nov 06 2018 - 11:08:55 EST


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 <alcooperx@xxxxxxxxx>
> ---

> @@ -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