mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: soc/intel/skylake: Fix the PCI ID for SATA controller
Update the PCI ID for SATA controller on Kaby Lake.
BUG=none
BRANCH=none
TEST=none
Change-Id: Ia02d511dbff84520c61337d58077d7f297fb2a6e
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: c0dbdf4c90
Original-Change-Id: Id0b5e0366e04fbac6a57a15407f33f390a2a1856
Original-Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/19395
Original-Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/488050
This commit is contained in:
parent
87920c4469
commit
2224a1b1d1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static struct device_operations sata_ops = {
|
||||||
static const unsigned short pci_device_ids[] = {
|
static const unsigned short pci_device_ids[] = {
|
||||||
0x9d03, /* SKL-U Base */
|
0x9d03, /* SKL-U Base */
|
||||||
0x9d07, /* SKL-Y Premium, SKL-U Premium */
|
0x9d07, /* SKL-Y Premium, SKL-U Premium */
|
||||||
0xa282, /* KBL */
|
0x282a, /* KBL */
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue