mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: add shutdown voltage for Waipio platforms"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ce1ca920fd
@@ -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>;
|
||||
};
|
||||
...
|
||||
};
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
&battery_charger {
|
||||
qcom,thermal-mitigation = <3000000 1500000 1000000 500000>;
|
||||
qcom,wireless-fw-name = "idt9415.bin";
|
||||
qcom,shutdown-voltage = <3100>;
|
||||
};
|
||||
|
||||
&qupv3_se9_i2c {
|
||||
|
||||
@@ -5,4 +5,5 @@
|
||||
7500000 7000000 6500000 6000000 5500000
|
||||
5000000 4500000 4000000 3500000 3000000
|
||||
2500000 2000000 1500000 1000000 500000>;
|
||||
qcom,shutdown-voltage = <6200>;
|
||||
};
|
||||
|
||||
@@ -142,6 +142,7 @@
|
||||
6000000 5500000 5000000 4500000 4000000 3500000
|
||||
3000000 2500000 2000000 1500000 1000000 500000>;
|
||||
qcom,wireless-fw-name = "idt9415.bin";
|
||||
qcom,shutdown-voltage = <3100>;
|
||||
};
|
||||
|
||||
&qupv3_se9_i2c {
|
||||
|
||||
Reference in New Issue
Block a user