Ver código fonte

thermal: increase charging current on WLC charging throttling

Increase cdev_ceiling on WLC:
- MODERATE: from 10 (100mA) to 8 (250mA)

Bug: 250938144
Test: boot to home and thermal throttling worked properly
Change-Id: I978efc8e922e7c7100a3bd557f7d935174d632fd
David Chao 2 anos atrás
pai
commit
396f97cf15

+ 1 - 1
thermal_info_config_charge_lynx.json

@@ -180,7 +180,7 @@
                     "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
                     "MaxReleaseStep": 1,
                     "MaxThrottleStep": 1,
-                    "CdevCeiling": [0, 5, 10, 11, 12, 12, 12],
+                    "CdevCeiling": [0, 5, 8, 11, 12, 12, 12],
                     "LimitInfo": [0, 0, 0, 0, 0, 12, 12]
                 }
             ]

+ 1 - 1
thermal_info_config_lynx.json

@@ -280,7 +280,7 @@
                     "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
                     "MaxReleaseStep": 1,
                     "MaxThrottleStep": 1,
-                    "CdevCeiling": [0, 5, 10, 11, 12, 12, 12],
+                    "CdevCeiling": [0, 5, 8, 11, 12, 12, 12],
                     "LimitInfo": [0, 0, 0, 0, 0, 12, 12]
                 }
             ]