mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 01:32:47 -04:00
ARM: dts: sunxi: Add regulator-boot-on to usb host port regulator nodes
u-boot will have turned on the power to the usb host ports, so mark them as regulator-boot-on, this stops the power on the ports from temporarily getting turned off during boot, causing issues with e.g. usb powered harddisks. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
committed by
Maxime Ripard
parent
0760bacef7
commit
b5977f389d
@@ -108,6 +108,7 @@ reg_usb1_vbus: usb1-vbus {
|
||||
regulator-name = "usb1-vbus";
|
||||
regulator-min-microvolt = <5000000>;
|
||||
regulator-max-microvolt = <5000000>;
|
||||
regulator-boot-on;
|
||||
enable-active-high;
|
||||
gpio = <&pio 7 6 GPIO_ACTIVE_HIGH>;
|
||||
status = "disabled";
|
||||
@@ -120,6 +121,7 @@ reg_usb2_vbus: usb2-vbus {
|
||||
regulator-name = "usb2-vbus";
|
||||
regulator-min-microvolt = <5000000>;
|
||||
regulator-max-microvolt = <5000000>;
|
||||
regulator-boot-on;
|
||||
enable-active-high;
|
||||
gpio = <&pio 7 3 GPIO_ACTIVE_HIGH>;
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user