On Wed, 3 Apr 2019 11:28:32 +0100, Biju Das wrote: > Add USB PHY support for r8a77470 SoC. Renesas RZ/G1C (R8A77470) > USB PHY is similar to the R-Car Gen2 family, but has the below > feature compared to other RZ/G1 and R-Car Gen2/3 SoCs > > It has a shared pll reset for usbphy0/usbphy1 and this register > reside in usbphy0 block. > > Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> > --- > V2-->V3 > * No Change > V1-->V2 > * Incorporated Rob's review comment > https://patchwork.kernel.org/patch/10655853/ > --- > .../devicetree/bindings/phy/rcar-gen2-phy.txt | 57 ++++++++++++++++++++-- > 1 file changed, 53 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>