Skip to content

Commit 238dbfc

Browse files
authored
Add voltage, thermal and power aggregated reasons (#411)
Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
1 parent 0039f24 commit 238dbfc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/sysman/frequency.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ etors:
8989
desc: "frequency throttled due to software supplied frequency range"
9090
- name: HW_RANGE
9191
desc: "frequency throttled due to a sub block that has a lower frequency range when it receives clocks"
92+
- name: VOLTAGE
93+
desc: "frequency throttled due to voltage excursion"
94+
version: "1.15"
95+
- name: THERMAL
96+
desc: "frequency throttled due to thermal conditions"
97+
version: "1.15"
98+
- name: POWER
99+
desc: "frequency throttled due to power constraints"
100+
version: "1.15"
92101
--- #--------------------------------------------------------------------------
93102
type: struct
94103
desc: "Frequency state"

0 commit comments

Comments
 (0)