Skip to content

Commit

Permalink
phone1: Remove time limitation for HBM
Browse files Browse the repository at this point in the history
- Thermal and Ambient Light limitation is good enough

Change-Id: I90377cb6b1d1b1df69538585e05f18b262ecd20f
Signed-off-by: Omkar Chandorkar <[email protected]>
  • Loading branch information
gotenksIN committed Jul 7, 2024
1 parent 6784ab5 commit 738a9a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/displayconfig/display_id_4630946480328692354.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<transitionPoint>0.858364</transitionPoint>
<minimumLux>6000.0</minimumLux>
<timing>
<!-- allow for 5 minutes out of every 30 minutes -->
<timeWindowSecs>1800</timeWindowSecs>
<timeMaxSecs>300</timeMaxSecs>
<timeMinSecs>60</timeMinSecs>
<!-- Time limitation for HBM-->
<timeWindowSecs>0</timeWindowSecs>
<timeMaxSecs>0</timeMaxSecs>
<timeMinSecs>0</timeMinSecs>
</timing>
<!-- Thermal limitation for HBM -->
<thermalStatusLimit>critical</thermalStatusLimit>
Expand Down

0 comments on commit 738a9a2

Please sign in to comment.