soc/intel/tigerlake: Set correct PCH-H PCR_PSF3_T0_SHDW_PMC_REG_BASE
Change-Id: Id5b0cfeed35d1be0dc6ca03cb0c7a2fca4277676
This commit is contained in:
parent
51636f7e46
commit
726051be69
@ -28,7 +28,11 @@
|
||||
#include <soc/pcr_ids.h>
|
||||
#include <soc/pm.h>
|
||||
|
||||
#if CONFIG(SOC_INTEL_TIGERLAKE_PCH_H)
|
||||
#define PCR_PSF3_TO_SHDW_PMC_REG_BASE 0x1000
|
||||
#else
|
||||
#define PCR_PSF3_TO_SHDW_PMC_REG_BASE 0x1100
|
||||
#endif
|
||||
#define PCR_PSFX_TO_SHDW_BAR0 0
|
||||
#define PCR_PSFX_TO_SHDW_BAR1 0x4
|
||||
#define PCR_PSFX_TO_SHDW_BAR2 0x8
|
||||
|
Loading…
x
Reference in New Issue
Block a user