Skip to content

Commit 95ecf90

Browse files
spandruvadajwrdegoede
authored andcommitted
platform/x86: ISST: Increase range of valid mail box commands
A new command CONFIG_TDP_GET_RATIO_INFO is added, with sub command type of 0x0C. The previous range of valid sub commands was from 0x00 to 0x0B. Change the valid range from 0x00 to 0x0C. Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]> Reviewed-by: Hans de Goede <[email protected]>
1 parent 0331b1b commit 95ecf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/intel/speed_select_if/isst_if_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct isst_cmd_set_req_type {
4747

4848
static const struct isst_valid_cmd_ranges isst_valid_cmds[] = {
4949
{0xD0, 0x00, 0x03},
50-
{0x7F, 0x00, 0x0B},
50+
{0x7F, 0x00, 0x0C},
5151
{0x7F, 0x10, 0x12},
5252
{0x7F, 0x20, 0x23},
5353
{0x94, 0x03, 0x03},

0 commit comments

Comments
 (0)