Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efdce2cd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: msm: dts: Add a USB1 VBUS regulator for APQ8084 boards"

parents 7cf1c02c d8e84671
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -523,4 +523,12 @@
		enable-active-high;
		gpio = <&pma8084_mpps 3 0>;
	};

	usb1_vreg: usb1_vreg {
		compatible = "regulator-fixed";
		regulator-name = "usb1_vreg";
		startup-delay-us = <63000>; /* the on time of NX5P1000 */
		enable-active-high;
		gpio = <&pma8084_gpios 9 0>;
	};
};