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

Commit ba01d81d authored by Sunil Khatri's avatar Sunil Khatri Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable CX Ipeak support for multimedia clients



Enable CX Ipeak driver support for multimedia clients such as
GPU to handle peak current limit using common CX Ipeak driver.

Change-Id: I658aaf2afa7432f9bd42aff18bc1f553a3a18d6f
Signed-off-by: default avatarSunil Khatri <sunilkh@codeaurora.org>
parent 9d879fbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -98,6 +98,8 @@
		/* GDSC oxili regulators */
		/* GDSC oxili regulators */
		vddcx-supply = <&gpu_cx_gdsc>;
		vddcx-supply = <&gpu_cx_gdsc>;
		vdd-supply = <&gpu_gx_gdsc>;
		vdd-supply = <&gpu_gx_gdsc>;
		/* Cx ipeak limit supprt */
		qcom,gpu-cx-ipeak = <&cx_ipeak_lm 1>;


		/* CPU latency parameter */
		/* CPU latency parameter */
		qcom,pm-qos-active-latency = <67>;
		qcom,pm-qos-active-latency = <67>;
+5 −0
Original line number Original line Diff line number Diff line
@@ -2669,6 +2669,11 @@
		qcom,msm-bus,active-only;
		qcom,msm-bus,active-only;
		status = "ok";
		status = "ok";
	};
	};

	cx_ipeak_lm: cx_ipeak@01fed000 {
		compatible = "qcom,cx-ipeak-sm6150";
		reg = <0x1fed000 0x28>;
	};
};
};


#include "pm6150.dtsi"
#include "pm6150.dtsi"