mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
platform/x86: ISST: Allow level 0 to be not present
It is possible that SST level 0 or base level is not present in some configurations. So don't set level 0 mask in level_en_mask by default. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20231003163234.1856669-3-srinivas.pandruvada@linux.intel.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
parent
da4082841c
commit
a22d36eb5b
@ -364,9 +364,6 @@ static int sst_main(struct auxiliary_device *auxdev, struct tpmi_per_power_domai
|
||||
/* Read PP header */
|
||||
*((u64 *)&pd_info->pp_header) = readq(pd_info->sst_base + pd_info->sst_header.pp_offset);
|
||||
|
||||
/* Force level_en_mask level 0 */
|
||||
pd_info->pp_header.level_en_mask |= 0x01;
|
||||
|
||||
mask = 0x01;
|
||||
levels = 0;
|
||||
for (i = 0; i < 8; ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user