Skip to content

Commit ba7d46e

Browse files
spandruvadaij-intel
authored andcommitted
platform/x86: ISST: Increase minor version
The current implementation doesn't require any changes to support minor version 3, hence increment it to avoid "Unsupported minor version:3" message. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Link: https://patch.msgid.link/20260325193158.3417382-1-srinivas.pandruvada@linux.intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 4ab604b commit ba7d46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
/* Supported SST hardware version by this driver */
3838
#define ISST_MAJOR_VERSION 0
39-
#define ISST_MINOR_VERSION 2
39+
#define ISST_MINOR_VERSION 3
4040

4141
/*
4242
* Used to indicate if value read from MMIO needs to get multiplied

0 commit comments

Comments
 (0)