usb: renesas_usbhs: add R-Car Gen3 power control

Since the usb2 phy driver for gen3 (phy-rcar-gen3-usb2) cannot access
LPSTS and UGCTRL2 registers in the HSUSB module, this driver have to
initialize the registers. So, this patch adds such handling code into
rcar3.c.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Этот коммит содержится в:
Yoshihiro Shimoda
2016-01-07 18:18:13 +09:00
коммит произвёл Felipe Balbi
родитель 7580862b3e
Коммит de18757e27
5 изменённых файлов: 69 добавлений и 5 удалений

3
drivers/usb/renesas_usbhs/rcar3.h Обычный файл
Просмотреть файл

@@ -0,0 +1,3 @@
#include "common.h"
extern const struct renesas_usbhs_platform_callback usbhs_rcar3_ops;