mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM64: dts: rk3366-tb: change usb2-host vbus supply as a regulator
Change-Id: I16cef5cc1b925ac26e92301ec84172213e4eb93f Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
@@ -222,6 +222,15 @@
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
vbus_host: vbus-host-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
enable-active-high;
|
||||
gpio = <&gpio0 16 GPIO_ACTIVE_HIGH>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vbus_host";
|
||||
};
|
||||
|
||||
vcc_phy: vcc-phy-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
enable-active-high;
|
||||
@@ -807,8 +816,8 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy {
|
||||
vbus_host-gpio = <&gpio0 16 GPIO_ACTIVE_HIGH>;
|
||||
&u2phy_host {
|
||||
phy-supply = <&vbus_host>;
|
||||
};
|
||||
|
||||
&dwc_control_usb {
|
||||
|
||||
Reference in New Issue
Block a user