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

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

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



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

Change-Id: Ibbc584ad820ada3e334cb2aa7751efc5f7ea6b6b
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 019f3e68
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -849,3 +849,12 @@
		};
	};
};

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