Re: [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

From: Krzysztof Kozlowski
Date: Thu Sep 28 2017 - 02:21:43 EST


On Thu, Sep 28, 2017 at 4:40 AM, Linus LÃssing <linus.luessing@xxxxxxxxx> wrote:
> The Odroid U3 (Exynos 4412 based) for instance needs this driver,
> otherwise its USB hub will not come up.
>
> exynos_defconfig already has this enabled as built-in, too. So
> just doing the same here in multi_v7_defconfig.
>
> Signed-off-by: Linus LÃssing <linus.luessing@xxxxxxxxx>
>
> ---
> Thanks to Tobias Jakobi, who indirectly made me aware of why USB
> did not work for me.
>
> arch/arm/configs/multi_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)

Partially this was part of my patchset fixing powersequence for
usb3503 and lan9730:
https://patchwork.kernel.org/patch/9502939/
but that patch waits still for power sequence.

Anyway please define this as a module (unless it can't... but it
worked in my case).

Best regards,
Krzysztof