Re: [U-Boot] [PATCH v2 2/4] usb: dwc3-of-simple: Add support for RK3399

2019-07-15 Thread Kever Yang
On 2019/7/1 上午12:01, Mark Kettenis wrote: Add compatible string for RK3399 and enable it by default on Rockchip platforms with USB3 support. Signed-off-by: Mark Kettenis Reviewed-by: Kever Yang Applied to u-boot-rockchip. Thanks, - Kever --- drivers/usb/host/Kconfig | 1 + dri

[U-Boot] [PATCH v2 2/4] usb: dwc3-of-simple: Add support for RK3399

2019-06-30 Thread Mark Kettenis
Add compatible string for RK3399 and enable it by default on Rockchip platforms with USB3 support. Signed-off-by: Mark Kettenis Reviewed-by: Kever Yang --- drivers/usb/host/Kconfig | 1 + drivers/usb/host/dwc3-of-simple.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/us