ARM: dts: msm: Add battery profile for FG in QRD SKUK and vr1
Add battery profile for these two devices to make sure FG could load it and work as expected. CRs-Fixed: 1086571 Change-Id: Id89f54f58bb2d5f7294c0244ab0ba39e90b5ecac Signed-off-by: cyizhao <cyizhao@codeaurora.org>
This commit is contained in:
parent
7035df4058
commit
9a39434a1b
2 changed files with 24 additions and 0 deletions
|
@ -194,3 +194,15 @@
|
|||
qcom,mdss-dsi-bl-max-level = <4095>;
|
||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
||||
};
|
||||
|
||||
/{
|
||||
qrd_batterydata: qcom,battery-data {
|
||||
qcom,batt-id-range-pct = <15>;
|
||||
|
||||
#include "batterydata-qrd-skuk-4v4-3000mah.dtsi"
|
||||
};
|
||||
};
|
||||
|
||||
&pmicobalt_fg {
|
||||
qcom,battery-data = <&qrd_batterydata>;
|
||||
};
|
||||
|
|
|
@ -128,3 +128,15 @@
|
|||
qcom,wsa-aux-dev-prefix = "SpkrLeft", "SpkrLeft";
|
||||
};
|
||||
};
|
||||
|
||||
/{
|
||||
qrd_batterydata: qcom,battery-data {
|
||||
qcom,batt-id-range-pct = <15>;
|
||||
|
||||
#include "batterydata-qrd-skuk-4v4-3000mah.dtsi"
|
||||
};
|
||||
};
|
||||
|
||||
&pmicobalt_fg {
|
||||
qcom,battery-data = <&qrd_batterydata>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue