diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/skylake/sata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/sata.c b/src/soc/intel/skylake/sata.c index 83fddcfba4..c1104364ff 100644 --- a/src/soc/intel/skylake/sata.c +++ b/src/soc/intel/skylake/sata.c @@ -61,7 +61,7 @@ static struct device_operations sata_ops = { static const unsigned short pci_device_ids[] = { 0x9d03, /* SKL-U Base */ 0x9d07, /* SKL-Y Premium, SKL-U Premium */ - 0xa282, /* KBL */ + 0x282a, /* KBL */ 0 }; |