diff options
Diffstat (limited to 'src/soc/intel/apollolake/chip.h')
-rw-r--r-- | src/soc/intel/apollolake/chip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/chip.h b/src/soc/intel/apollolake/chip.h index 0073103e25..2bdabd6e33 100644 --- a/src/soc/intel/apollolake/chip.h +++ b/src/soc/intel/apollolake/chip.h @@ -96,6 +96,9 @@ struct soc_intel_apollolake_config { /* Select the eMMC max speed allowed. */ uint8_t emmc_host_max_speed; + /* Sata Ports Hot Plug */ + uint8_t SataPortsHotPlug[2]; + /* Specifies on which IRQ the SCI will internally appear. */ uint8_t sci_irq; |