Revert "davinci: overlay: Enable STATE_DOZE_SUSPEND"

* We do not support different low power modes and handle doze lp1
  and lp2 the same in kernel which makes this redundant.

This reverts commit ba52828323.

Change-Id: Ie51dea708f157d1f0ba19f1b00dc8ce3cf892931
This commit is contained in:
Arian 2021-04-25 23:04:04 +02:00
parent 5848b702e0
commit 27700c723f
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -20,7 +20,4 @@
<resources> <resources>
<!-- Doze: does this device support STATE_DOZE? --> <!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool> <bool name="doze_display_state_supported">true</bool>
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
<bool name="doze_suspend_display_state_supported">true</bool>
</resources> </resources>