soc/intel/skylake: Fix the PCI ID for SATA controller
Update the PCI ID for SATA controller on Kaby Lake. Change-Id: Id0b5e0366e04fbac6a57a15407f33f390a2a1856 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/19395 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
79f0741f81
commit
c0dbdf4c90
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue