On Sun, Apr 08, 2018 at 09:05:10PM +0300, Sergei Shtylyov wrote: > On R-Car gen3 SoCs the PCIe PHY has its own register region -- and I have > written a generic PHY driver for it, thus we need to add the corresponding > code in rcar_pcie_hw_init_gen3() and call devm_phy_optional_get() at the > driver's probing time, so that the existing R-Car gen3 device trees (not > having a PHY node) would still work (we only need to power up the PHY on > R-Car V3H).
Spurious spaces, again... > > Signed-off-by: Sergei Shtylyov <[email protected]> > > --- > Changes in version 2: > - updated the bindings. > > Documentation/devicetree/bindings/pci/rcar-pci.txt | 5 +++ Otherwise, Reviewed-by: Rob Herring <[email protected]> > drivers/pci/host/pcie-rcar.c | 27 > +++++++++++++++++++-- > 2 files changed, 30 insertions(+), 2 deletions(-)
