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

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

Merge "ARM: dts: qcom: add refgen regulator device for yupik"

parents f033f415 737ca43c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -874,3 +874,14 @@
		};
	};
};

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