Re: [PATCH 2/2] usb: renesas_usbhs: add support for R-Car D3

2017-10-10 Thread Rob Herring
On Tue, Oct 03, 2017 at 08:09:14PM +0900, Yoshihiro Shimoda wrote: > This patch adds support for R-Car D3. This SoC needs to release > the PLL reset by the UGCTRL register. So, since this is not the same > as other R-Car Gen3 SoCs, this patch adds a new type as > "USBHS_TYPE_RCAR_GEN3_WITH_PLL". >

[PATCH 2/2] usb: renesas_usbhs: add support for R-Car D3

2017-10-03 Thread Yoshihiro Shimoda
This patch adds support for R-Car D3. This SoC needs to release the PLL reset by the UGCTRL register. So, since this is not the same as other R-Car Gen3 SoCs, this patch adds a new type as "USBHS_TYPE_RCAR_GEN3_WITH_PLL". Signed-off-by: Yoshihiro Shimoda ---