mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
platform/x86: ISST: Update minor version
Update SST minor version after supporting SST-PP and SST-TF version 2. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Link: https://lore.kernel.org/r/20250506163531.1061185-4-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>
This commit is contained in:
parent
d6644d737b
commit
c9a20142d3
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
/* Supported SST hardware version by this driver */
|
||||
#define ISST_MAJOR_VERSION 0
|
||||
#define ISST_MINOR_VERSION 1
|
||||
#define ISST_MINOR_VERSION 2
|
||||
|
||||
/*
|
||||
* Used to indicate if value read from MMIO needs to get multiplied
|
||||
|
|
@ -380,7 +380,7 @@ static int sst_main(struct auxiliary_device *auxdev, struct tpmi_per_power_domai
|
|||
return -ENODEV;
|
||||
}
|
||||
|
||||
if (TPMI_MINOR_VERSION(pd_info->sst_header.interface_version) != ISST_MINOR_VERSION)
|
||||
if (TPMI_MINOR_VERSION(pd_info->sst_header.interface_version) > ISST_MINOR_VERSION)
|
||||
dev_info(dev, "SST: Ignore: Unsupported minor version:%lx\n",
|
||||
TPMI_MINOR_VERSION(pd_info->sst_header.interface_version));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user