ey960
>
> This patchset based on patchset https://lkml.org/lkml/2019/1/25/344
> of Heikki Krogerus
>
Works fine on my board, thanks for keeping this up.
Tested-by: Valentin Schneider
> Yu Chen (12):
> dt-bindings: phy: Add support for HiSilicon's hi3660 USB PHY
&
CONFIG_TYPEC_TCPCI
> CONFIG_TYPEC_RT1711H
>
I was based on the right stack but didn't have those configs. It seems to
be working fine now, thanks!
Tested-by: Valentin Schneider
Hi,
On 18/02/2019 11:23, Yu Chen wrote:
[...]
> @@ -522,6 +556,15 @@ int dwc3_drd_init(struct dwc3 *dwc)
> dwc3_set_mode(dwc, DWC3_GCTL_PRTCAP_OTG);
> }
>
> + dwc3_role_switch.fwnode = dev_fwnode(dwc->dev);
> + dwc3_role_switch.set = dwc3_usb_role_switch_set;
> +
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