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

Commit 4279b564 authored by Vamshi Krishna B V's avatar Vamshi Krishna B V
Browse files

ARM: dts: msm: Add Vendor node for supporting PMI8950 FG



Add Vendor node for supporting PMI8950 FG and move the battery_data
under Vendor node for MSM8953 MTP.

CRs-Fixed: 2246295
Change-Id: I7d95be138d4d9c4bd4e6c85cd45d2cc09765ade7
Signed-off-by: default avatarVamshi Krishna B V <vbv@codeaurora.org>
parent 72377357
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,24 @@
	qcom,pmic-id = <0x010016 0x010011 0x0 0x0>;
	qcom,pmic-id = <0x010016 0x010011 0x0 0x0>;
};
};


&vendor {
	mtp_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;
		#include "batterydata-itech-3000mah.dtsi"
		#include "batterydata-ascent-3450mAh.dtsi"
	};
};

&qpnp_fg {
	qcom,battery-data = <&mtp_batterydata>;
};

&qpnp_smbcharger {
	qcom,battery-data = <&mtp_batterydata>;
	qcom,chg-led-sw-controls;
	qcom,chg-led-support;
};

&int_codec {
&int_codec {
	status = "disabled";
	status = "disabled";
};
};
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
	qcom,board-id = <8 0>;
	qcom,board-id = <8 0>;
};
};


/{
&vendor {
	mtp_batterydata: qcom,battery-data {
	mtp_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;
		qcom,batt-id-range-pct = <15>;
		#include "batterydata-itech-3000mah.dtsi"
		#include "batterydata-itech-3000mah.dtsi"
+7 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,13 @@
		bootargs = "core_ctl_disable_cpumask=0-7 kpti=0";
		bootargs = "core_ctl_disable_cpumask=0-7 kpti=0";
	};
	};


	vendor: vendor {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0 0 0 0xffffffff>;
		compatible = "simple-bus";
	};

	firmware: firmware {
	firmware: firmware {
		android {
		android {
			compatible = "android,firmware";
			compatible = "android,firmware";