1
0
Fork 0

dts: fix manual control of otg

testing-application
Martin T. H. Sandsmark 2017-12-19 13:20:58 +01:00
parent ef1a72a24d
commit 769bb234bd
1 changed files with 2 additions and 3 deletions

View File

@ -42,10 +42,9 @@
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>;
status = "disabled";
};
charger_regulator: regulator@1 {
@ -691,7 +690,7 @@
};*/
&usbotg1 {
/*vbus-supply = <&reg_usb_otg1_vbus>;*/
vbus-supply = <&reg_usb_otg1_vbus>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usbotg1>;
disable-over-current;