From c0dbdf4c90b22b9ced22563b4c0de58a2b763c93 Mon Sep 17 00:00:00 2001
From: Furquan Shaikh <furquan@chromium.org>
Date: Thu, 20 Apr 2017 17:03:50 -0700
Subject: 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>
---
 src/soc/intel/skylake/sata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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
 };
 
-- 
cgit v1.2.3