ARM64: dts: rk3399: the USB 2.0 vbus GPIO is board specific

A GPIO was put in rk3399.dtsi that doesn't belong there.  Specifically
this GPIO isn't the same for all rk3399 boards.  I presume it belongs in
rk3399-tb.dts, so move it there.

Change-Id: I0b3272655da565eb6b348a33401f7517224db5fa
Fixes: 3ed499f07c ("ARM64: dts: rockchip: rk3399: add usb2.0 phy node")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
This commit is contained in:
Douglas Anderson 2016-03-31 13:07:33 -07:00 committed by Huang, Tao
parent 2d30b20671
commit 3fbafa3e99
2 changed files with 5 additions and 2 deletions

View File

@ -532,6 +532,10 @@ &uart2 {
status = "okay";
};
&usb2phy {
vbus_drv-gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>;
};
&usb_host0_echi {
status = "okay";
};

View File

@ -322,10 +322,9 @@ sdhci: sdhci@fe330000 {
status = "disabled";
};
usb2phy {
usb2phy: usb2phy {
compatible = "rockchip,rk3399-usb-phy";
rockchip,grf = <&grf>;
vbus_drv-gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>;
#address-cells = <1>;
#size-cells = <0>;