summaryrefslogtreecommitdiffstats
path: root/include/configs/bayleybay.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-06 02:36:01 -0700
committerSimon Glass <sjg@chromium.org>2015-08-14 03:24:20 -0600
commit44a8b96f6488bc0392f99e6caa424539813dee20 (patch)
treed7fe3f0ee2f0e7959252098d153abfc14ddfd748 /include/configs/bayleybay.h
parent715f599f8a0f8a0e60ee483f55eb207ade34ad49 (diff)
downloadtalos-obmc-uboot-44a8b96f6488bc0392f99e6caa424539813dee20.tar.gz
talos-obmc-uboot-44a8b96f6488bc0392f99e6caa424539813dee20.zip
x86: baytrail: Add all IDE/SATA PCI device IDs
The BayTrail SoC has 4 different PCI devices IDs regarding to IDE and AHCI. Add these IDs in pci_ids.h and also add the other SATA ID in the Bayley Bay and MinnowMax board configuration header. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/bayleybay.h')
-rw-r--r--include/configs/bayleybay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/bayleybay.h b/include/configs/bayleybay.h
index ecda4bae08..c590f56557 100644
--- a/include/configs/bayleybay.h
+++ b/include/configs/bayleybay.h
@@ -26,7 +26,8 @@
"stderr=serial,vga\0"
#define CONFIG_SCSI_DEV_LIST \
- {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}
+ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \
+ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT}
#define CONFIG_MMC
#define CONFIG_SDHCI
OpenPOWER on IntegriCloud