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

Commit 837e072e authored by David Collins's avatar David Collins
Browse files

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

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

Change-Id: I49e580b033f182b444485497153bb0aa95c4ac1e
parent e06afd1c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -954,3 +954,12 @@
		qcom,hpm-min-load = <10000>;
	};
};

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