1
0
Fork 0

Revert "devicetree: Don't specify vbus gpio in factory dts"

This reverts commit 5c76066147.
eirik/revert-vbus-gpio-factory-dts
Eirik Schultz 2020-01-17 15:43:19 +01:00
parent bac866b790
commit a5360c7ddf
No known key found for this signature in database
GPG Key ID: 10A2CF14CD1A30F1
2 changed files with 2 additions and 6 deletions

View File

@ -42,7 +42,7 @@
regulator-name = "usb_otg1_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
/*gpio = <&gpio4 15 0>;*/
gpio = <&gpio4 15 0>;
enable-active-high;
vin-supply = <&swbst_reg>;
};

View File

@ -1,10 +1,6 @@
#include "zero-gravitas-factory.dts"
&reg_usb_otg1_vbus {
gpio = <&gpio4 15 0>;
};
&usbotg1 {
vbus-supply = <&reg_usb_otg1_vbus>;
vbus-supply = <&reg_usb_otg1_vbus>;
};