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

Commit 08cd3ab7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add the refgen node for khaje"

parents b76b412d 2e84fce1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -139,3 +139,14 @@
	regulator-max-microvolt = <3544000>;
	qcom,init-voltage = <2960000>;
};

&soc {
	refgen: refgen-regulator@1600000 {
		compatible = "qcom,refgen-kona-regulator";
		reg = <0x1600000 0x84>;
		regulator-name = "refgen";
		regulator-enable-ramp-delay = <5>;
		proxy-supply = <&refgen>;
		qcom,proxy-consumer-enable;
	};
};