diff mbox

[U-Boot,1/3] x86: pci: Add PCI IDs for Wildcat Point

Message ID 1444427680-10423-1-git-send-email-george.mccollister@gmail.com
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

George McCollister Oct. 9, 2015, 9:54 p.m. UTC
Signed-off-by: George McCollister <george.mccollister@gmail.com>
---
 include/pci_ids.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bin Meng Oct. 10, 2015, 3:31 a.m. UTC | #1
Hi George,

On Sat, Oct 10, 2015 at 5:54 AM, George McCollister
<george.mccollister@gmail.com> wrote:
> Signed-off-by: George McCollister <george.mccollister@gmail.com>

Could you please include a simple sentence as the commit message?

Other than this,

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

> ---
>  include/pci_ids.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/pci_ids.h b/include/pci_ids.h
> index 49f7d7d..17a01a0 100644
> --- a/include/pci_ids.h
> +++ b/include/pci_ids.h
> @@ -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
> --

Regards,
Bin
diff mbox

Patch

diff --git a/include/pci_ids.h b/include/pci_ids.h
index 49f7d7d..17a01a0 100644
--- a/include/pci_ids.h
+++ b/include/pci_ids.h
@@ -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