diff options
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/alderlake/include/soc/pcr_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/include/soc/pcr_ids.h b/src/soc/intel/alderlake/include/soc/pcr_ids.h index f125ee20cd..623a8140ba 100644 --- a/src/soc/intel/alderlake/include/soc/pcr_ids.h +++ b/src/soc/intel/alderlake/include/soc/pcr_ids.h @@ -33,6 +33,9 @@ #define PID_ITSS 0xc4 #define PID_SERIALIO 0xcb +/* eMMC Port ID for Alder Lake N */ +#define PID_EMMC 0xa1 + /* CPU Port IDs */ #define PID_CPU_GPIOCOM0 0xb7 #define PID_CPU_GPIOCOM1 0xb8 |