[PATCH] usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY
Marek Vasut
marex at denx.de
Wed Apr 28 17:17:02 CEST 2021
On 4/28/21 5:13 PM, Ying-Chun Liu (PaulLiu) wrote:
[...]
>> -#if !defined(CONFIG_PHY) && (defined(CONFIG_MX6) || defined(CONFIG_MX7ULP))
>> +#if defined(CONFIG_MX6) || defined(CONFIG_MX7ULP)
>> usb_internal_phy_clock_gate(priv->phy_addr, 1);
>> usb_phy_enable(ehci, priv->phy_addr);
>> #endif
>> +#endif
>>
>> #if CONFIG_IS_ENABLED(DM_REGULATOR)
>> if (priv->vbus_supply) {
>
>
> Tested-by: Ying-Chun Liu (PaulLiu) <paul.liu at linaro.org>
>
>
> Tested on IMX8M Compulab IoT gate
Nice, thanks.
More information about the U-Boot
mailing list