mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
x86: pci: Add PCI IDs for Wildcat Point
Add Wildcat Point AHCI and LPC PCI IDs which are present on Broadwell U based (and possibly other) boards. Signed-off-by: George McCollister <george.mccollister@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
ef1683d5c3
commit
b6fa966dc0
1 changed files with 2 additions and 0 deletions
|
@ -3022,6 +3022,8 @@
|
|||
#define PCI_DEVICE_ID_INTEL_IXP2800 0x9004
|
||||
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_AHCI 0x9c03
|
||||
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LPC 0x9c45
|
||||
#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_AHCI 0x9c83
|
||||
#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LPC 0x9cc3
|
||||
#define PCI_DEVICE_ID_INTEL_S21152BB 0xb152
|
||||
|
||||
#define PCI_VENDOR_ID_SCALEMP 0x8686
|
||||
|
|
Loading…
Add table
Reference in a new issue