diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-05-26 10:38:57 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2010-06-14 12:29:26 +0200 |
commit | e2bee9e3c0f4bd363207ce5e496cef2134f67d28 (patch) | |
tree | 4a46d4060c5be02d1d0dfa566529bc80afdc2b35 /include/pci_ids.h | |
parent | 105438200744ca81199606a7b62c9eb07ac6efbd (diff) |
video: sm501: add support for SM501 chips on PCI bus
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/pci_ids.h')
-rw-r--r-- | include/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index edfdc1e0ab4..dcc381d301c 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -1454,6 +1454,7 @@ #define PCI_DEVICE_ID_SMI_710 0x0710 #define PCI_DEVICE_ID_SMI_712 0x0712 #define PCI_DEVICE_ID_SMI_810 0x0810 +#define PCI_DEVICE_ID_SMI_501 0x0501 #define PCI_VENDOR_ID_HUGHES 0x1273 #define PCI_DEVICE_ID_HUGHES_DIRECPC 0x0002 |