mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: qcom: Update Ibat threshold for diwali
Update ibat_lvl0 from 6A to 9A and ibat_lvl1 from 7.5A to 10A to prevent triggering BCL mitigations. Change-Id: I7ab7a6fb724fe1f16c16582e57012cbf3ed8c52a
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
1c0e2aa880
commit
84267f139b
@@ -106,7 +106,7 @@
|
||||
pm7250b-ibat-lvl0 {
|
||||
trips {
|
||||
ibat-lvl0 {
|
||||
temperature = <6000>;
|
||||
temperature = <9000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -114,7 +114,7 @@
|
||||
pm7250b-ibat-lvl1 {
|
||||
trips {
|
||||
ibat-lvl1 {
|
||||
temperature = <7500>;
|
||||
temperature = <10000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user