Re: [linux-sunxi] [PATCH 1/3] arm64: allwinner: a64: enable USB host controller for BPi M64

2017-07-21 Thread Chen-Yu Tsai
On Fri, Jul 21, 2017 at 7:07 AM, Icenowy Zheng wrote: > Banana Pi M64 connects the USB host-only controller on A64 SoC to a USB > hub, which provided the two USB Type-A ports on the board. > > Enable the USB host controller. > > The OTG function of the Micro-USB port needs the

Re: [linux-sunxi] [PATCH 1/3] arm64: allwinner: a64: enable USB host controller for BPi M64

2017-07-21 Thread Chen-Yu Tsai
On Fri, Jul 21, 2017 at 7:07 AM, Icenowy Zheng wrote: > Banana Pi M64 connects the USB host-only controller on A64 SoC to a USB > hub, which provided the two USB Type-A ports on the board. > > Enable the USB host controller. > > The OTG function of the Micro-USB port needs the drivevbus function

[PATCH 1/3] arm64: allwinner: a64: enable USB host controller for BPi M64

2017-07-20 Thread Icenowy Zheng
Banana Pi M64 connects the USB host-only controller on A64 SoC to a USB hub, which provided the two USB Type-A ports on the board. Enable the USB host controller. The OTG function of the Micro-USB port needs the drivevbus function of the AXP803 driver implemented, so it's not enabled now.

[PATCH 1/3] arm64: allwinner: a64: enable USB host controller for BPi M64

2017-07-20 Thread Icenowy Zheng
Banana Pi M64 connects the USB host-only controller on A64 SoC to a USB hub, which provided the two USB Type-A ports on the board. Enable the USB host controller. The OTG function of the Micro-USB port needs the drivevbus function of the AXP803 driver implemented, so it's not enabled now.