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

Commit a5cc08bd authored by David Collins's avatar David Collins
Browse files

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



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

Change-Id: I1437ea6eb225e58b63d6ef2f4f53c8043d1a42fa
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent f6a268d4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -872,4 +872,11 @@
			qcom,init-mode = <RPMH_REGULATOR_MODE_AUTO>;
		};
	};

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