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

Commit 359bc82a authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: add refgen regulator device for SDM855



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

Change-Id: I69b52f04aca87da53dce391f48df46c7918aaa51
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 3ce48e7f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -812,4 +812,11 @@
			regulator-max-microvolt = <2856000>;
		};
	};

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