Skip to content

Commit 54ffc4c

Browse files
arm64: dts: qcom: msm8916-samsung-a2015: Add PMIC and charger
The phones listed below have Richtek RT5033 PMIC and charger. Add them to the device trees. - Samsung Galaxy A3/A5 2015 - Samsung Galaxy E5/E7 - Samsung Galaxy Grand Max Signed-off-by: Raymond Hackley <[email protected]>
1 parent 96c47fc commit 54ffc4c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

arch/arm64/boot/dts/qcom/msm8916-samsung-e7.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
};
6161
};
6262

63+
&battery {
64+
charge-term-current-microamp = <200000>;
65+
constant-charge-current-max-microamp = <1500000>;
66+
constant-charge-voltage-max-microvolt = <4350000>;
67+
};
68+
6369
&blsp_i2c5 {
6470
status = "okay";
6571

arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
};
8181
};
8282

83+
&battery {
84+
charge-term-current-microamp = <150000>;
85+
constant-charge-current-max-microamp = <1000000>;
86+
constant-charge-voltage-max-microvolt = <4400000>;
87+
};
88+
8389
&blsp_i2c5 {
8490
status = "okay";
8591

0 commit comments

Comments
 (0)