Hi Enric, Ezequiel, Am Samstag, 14. Juli 2018, 19:09:22 CEST schrieb Ezequiel Garcia: > From: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx> > > The board exposes two types A ports, one is USB 3.0, up to 5.0Gbps and > another one is USB 2.0 up to 480Mbps. Enable the USB PHYs and the USB > controllers to enable theses devices. > > Signed-off-by: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx> > Signed-off-by: Ezequiel Garcia <ezequiel@xxxxxxxxxxxxx> > --- > Changes from v1: > * Provide voltage for vcc5v0_host and vcc3v3_pcie regulators > * Provide vin_supply for vcc5v0_host. > > arch/arm64/boot/dts/rockchip/rk3399-ficus.dts | 90 +++++++++++++++++++ > 1 file changed, 90 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts b/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts > index 0d14183dd4a9..6295483b701f 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts > @@ -58,9 +58,24 @@ > pinctrl-0 = <&pcie_drv>; > regulator-boot-on; > regulator-name = "vcc3v3_pcie"; > + regulator-min-microvolt = <3300000>; > + regulator-max-microvolt = <3300000>; > vin-supply = <&vcc3v3_sys>; > }; I've split this out into a separate patch, as it isn't part of what the commit message describes and thus should be separate and applied both resulting patches for 4.19. And also cleaned up a vendor-property that shouldn't be part of mainline. Heiko -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html