Re: [PATCH v2 00/10] Add support for usb on Hikey960

From: Chen Yu
Date: Mon Feb 18 2019 - 20:34:46 EST


Hi,

On 2019/2/19 1:30, Valentin Schneider wrote:
> Hi,
>
> On 18/02/2019 11:23, Yu Chen wrote:
>> The patchset adds support for usb functionality of Hikey960, includes:
>> - dwc3 driver for Hisilicon Kirin Soc hi3660
>> - usb driver for HiKey960 board
>> - some adjustment in dwc3, usb gadget and typec driver
>> - dts for support usb of HiKey960
>>
>
> I want to try this out on my HiKey960, but I can't get the USB A ports
> working (tried USB stick and USB eth adapter).
>
> On top of the arm64 defconfig, I've enabled (with menuconfig):
>
> CONFIG_PHY_HI3660_USB
> CONFIG_HISI_HIKEY_USB
>
> Am I missing something? FYI up until now I've carried over Fan Ning's old
> USB patch-set and that works fine, so I think it might just be a
> configuration error from my end.

This patch set based on Heikki Krogerus's patches.
Have you applied https://do-db2.lkml.org/lkml/2019/2/13/106 first?
And these configs should be set to y:
CONFIG_TYPEC
CONFIG_TYPEC_TCPM
CONFIG_TYPEC_TCPCI
CONFIG_TYPEC_RT1711H

>
> Thanks,
> Valentin
>
>
>
> .
>

Thanks,
Yu Chen