mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: keep vbus always on for usb2.0 host of rk3399
One basic condition of usb remote wakeup is vbus on, so we add regulator-always-on property for vcc5v0_host regulator in this adds. In the previous codes, ehci/ohci-platform did not power off vcc5v0_host regulator due to some oddish codes, and we have fixed it at commit b5a0a9e8794d. Change-Id: I95c225c9c3aeec6e346d62e61fdcde5e5e02d143 Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vcc5v0_host";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
vdd_center: vdd-center {
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vcc5v0_host";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
vdd_log: vdd-log {
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vcc5v0_host";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
backlight: backlight {
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vcc5v0_host";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
vdd_log: vdd-log {
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vcc5v0_host";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
vdd_log: vdd-log {
|
||||
|
||||
@@ -147,6 +147,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vcc5v0_host";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
vcc5v0_sys: vcc5v0-sys {
|
||||
|
||||
@@ -89,6 +89,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vcc5v0_host";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
vdd_log: vdd-log {
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&host_vbus_drv>;
|
||||
regulator-name = "vcc5v0_host";
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
backlight: backlight {
|
||||
|
||||
Reference in New Issue
Block a user