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

Commit ea130acc authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: qcom: enable cx ipeak common driver for holi-pm6125

Enable common driver to limit Cx ipeak based on voting from
various clients in multimedia.

Change-Id: I8e89c8acd40716936943d6e100e4cee05b9a68f6
parent b62bff15
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -148,6 +148,13 @@
			linux,can-disable;
		};
	};

	cx_ipeak_lm: cx_ipeak@3ed000 {
		#size-cells = <1>;
		compatible = "qcom,cx-ipeak-v2";
		reg = <0x3ed000 0xe010>;
		status = "ok";
	};
};

&pm7250b_charger {
+7 −0
Original line number Diff line number Diff line
@@ -155,6 +155,13 @@
		#include "qg-batterydata-atl466271_3300mAh.dtsi"
		#include "qg-batterydata-atl436186020H_3780mAh.dtsi"
	};

	cx_ipeak_lm: cx_ipeak@3ed000 {
		#size-cells = <1>;
		compatible = "qcom,cx-ipeak-v2";
		reg = <0x3ed000 0xe010>;
		status = "ok";
	};
};

&soc {
+7 −0
Original line number Diff line number Diff line
@@ -174,6 +174,13 @@
		#include "qg-batterydata-atl466271_3300mAh.dtsi"
		#include "qg-batterydata-atl436186020H_3780mAh.dtsi"
	};

	cx_ipeak_lm: cx_ipeak@3ed000 {
		#size-cells = <1>;
		compatible = "qcom,cx-ipeak-v2";
		reg = <0x3ed000 0xe010>;
		status = "ok";
	};
};

&soc {
+7 −0
Original line number Diff line number Diff line
@@ -211,6 +211,13 @@
		#include "qg-batterydata-atl436186020H_3780mAh.dtsi"
		#include "qg-batterydata-atl466271_3300mAh.dtsi"
	};

	cx_ipeak_lm: cx_ipeak@3ed000 {
		#size-cells = <1>;
		compatible = "qcom,cx-ipeak-v2";
		reg = <0x3ed000 0xe010>;
		status = "ok";
	};
};

&pm7250b_charger {