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

Commit 737ca43c authored by Jishnu Prakash's avatar Jishnu Prakash Committed by Gerrit - the friendly Code Review server
Browse files

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

Add a refgen-regulator device for the South refgen used by the
DSI PHY.

Change-Id: Ic7e7ef11f5fd24dc2190cbcd2f3075eea995a400
parent 30e6c72a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -912,3 +912,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>;
	};
};