mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
ARM: dts: qcom: msm8974-FP2: Configure charger
Set the relevant properties on the smbb charger to allow the device to charge properly. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220421214243.352469-2-luca@z3ntu.xyz
This commit is contained in:
committed by
Bjorn Andersson
parent
88044abcde
commit
da281bf934
@@ -354,6 +354,16 @@ &sdhc_2 {
|
||||
pinctrl-1 = <&sdc2_off>;
|
||||
};
|
||||
|
||||
&smbb {
|
||||
usb-charge-current-limit = <1500000>;
|
||||
qcom,fast-charge-safe-current = <1500000>;
|
||||
qcom,fast-charge-current-limit = <1500000>;
|
||||
qcom,fast-charge-safe-voltage = <4380000>;
|
||||
qcom,fast-charge-high-threshold-voltage = <4350000>;
|
||||
qcom,auto-recharge-threshold-voltage = <4240000>;
|
||||
qcom,minimum-input-voltage = <4450000>;
|
||||
};
|
||||
|
||||
&tlmm {
|
||||
sdc1_on: sdc1-on {
|
||||
clk {
|
||||
|
||||
Reference in New Issue
Block a user