mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
committed by
Huang, Tao
parent
2d30b20671
commit
3fbafa3e99
@@ -532,6 +532,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb2phy {
|
||||
vbus_drv-gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&usb_host0_echi {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -322,10 +322,9 @@
|
||||
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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user