Re: [PATCH 5/5] arm64: dts: meson-axg-s400: enable USB OTG

From: Neil Armstrong
Date: Wed Sep 16 2020 - 03:09:39 EST


On 15/09/2020 22:05, Martin Blumenstingl wrote:
> Hi Neil,
>
> On Wed, Sep 9, 2020 at 6:05 PM Neil Armstrong <narmstrong@xxxxxxxxxxxx> wrote:
> [...]
>> +&usb {
>> + status = "okay";
>> + dr_mode = "otg";
>> + vbus-supply = <&usb_pwr>;
>> +};
>> +
>> +&usb2_phy1 {
>> + phy-supply = <&vcc_5v>;
> out of curiosity: why do we need this phy-supply here?
> isn't the usb_pwr regulator as vbus-supply above enough?

Damn you're right !
Thanks for noticing.

Neil

>
>
> Best regards,
> Martin
>