mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
dt-bindings: add shutdown voltage for qcom,battery-charger
Add shutdown voltage which if specified can initiate a shutdown when battery voltage goes below that threshold, battery SOC is 0 and device is not charging. Change-Id: I592e6abe39ec76c64bf87e9e2aeac9b59cd6a7f6
This commit is contained in:
@@ -28,6 +28,12 @@ information on "qcom,pmic_glink" device which is used in the example below.
|
||||
Definition: Firmware name that needs to be used for updating wireless
|
||||
charger firmware.
|
||||
|
||||
- qcom,shutdown-voltage:
|
||||
Usage: optional
|
||||
Value type: <u32>
|
||||
Definition: Battery voltage (in mV) when shutdown needs to be initiated
|
||||
when battery SOC reaches 0 and device is not charging.
|
||||
|
||||
= EXAMPLE
|
||||
|
||||
&soc {
|
||||
@@ -38,6 +44,7 @@ information on "qcom,pmic_glink" device which is used in the example below.
|
||||
qcom,thermal-mitigation =
|
||||
<3000000 1500000 1000000 500000>;
|
||||
qcom,wireless-fw-name = "idt9412.bin";
|
||||
qcom,shutdown-voltage = <3100>;
|
||||
};
|
||||
...
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user