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

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

Merge "ARM: dts: msm: add refgen regulator device for sdmshrike" into msm-4.14

parents 602ee04f a5cc08bd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -880,4 +880,11 @@
			qcom,init-mode = <RPMH_REGULATOR_MODE_AUTO>;
		};
	};

	refgen: refgen-regulator@88e7000 {
		compatible = "qcom,refgen-regulator";
		reg = <0x88e7000 0x60>;
		regulator-name = "refgen";
		regulator-enable-ramp-delay = <5>;
	};
};