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:
Minghao Zhang
2022-02-28 17:28:55 +08:00
committed by Gerrit - the friendly Code Review server
parent 1c0e2aa880
commit 84267f139b

View File

@@ -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>;
};
};
};