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

Commit fbc535b1 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 2fc20190 ba01d81d
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
@@ -2849,6 +2849,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"