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

Commit c282779e authored by Kavya Nunna's avatar Kavya Nunna
Browse files

ARM: dts: msm: Move battery data node to the soc DT file for qm215



Move battery data node from qm215-qrd.dtsi file to the
qm215.dtsi file for the detection of battery data node for
qm215.

Change-Id: I20d7ad368101483efb8f48efaf623de01ce2beef
Signed-off-by: default avatarKavya Nunna <knunna@codeaurora.org>
parent cc90c56c
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -48,15 +48,6 @@
	};
};

/ {
	qrd_batterydata: qcom,batterydata {
		qcom,rpull-up-kohm = <100>;
		qcom,vref-batt-therm = <1800000>;

		#include "vbms-batterydata-mlp356477-2800mah.dtsi"
	};
};

&sdhc_1 {
	/* device core power supply */
	vdd-supply = <&pm8916_l8>;
+9 −0
Original line number Diff line number Diff line
@@ -19,6 +19,15 @@
	qcom,msm-name = "QM215";
};

/ {
	qrd_batterydata: qcom,batterydata {
		qcom,rpull-up-kohm = <100>;
		qcom,vref-batt-therm = <1800000>;

		#include "vbms-batterydata-mlp356477-2800mah.dtsi"
	};
};

&soc {
	/delete-node/ devfreq-cpufreq;
	devfreq-cpufreq {