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

Commit 113cc277 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: add refgen regulator device for SDM845 v2



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

Change-Id: Ie8aad1e7dfbe1e318d7f2b1c6fcfcd4d4fc3f7cd
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 70cc6a98
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1440,4 +1440,14 @@
			qcom,init-voltage = <600000>;
		};
	};

	refgen: refgen-regulator@ff1000 {
		compatible = "qcom,refgen-regulator";
		reg = <0xff1000 0x60>;
		regulator-name = "refgen";
		regulator-enable-ramp-delay = <5>;
		status = "disabled";
		proxy-supply = <&refgen>;
		qcom,proxy-consumer-enable;
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -624,6 +624,10 @@
		404000000 444000000 533000000>;
};

&refgen {
	status = "ok";
};

&spss_utils {
	qcom,spss-dev-firmware-name  = "spss2d";	/* 8 chars max */
	qcom,spss-test-firmware-name = "spss2t";	/* 8 chars max */