Commit 514fca43 authored by David Woodhouse's avatar David Woodhouse

[MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉ

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 8c5eb880
/* /*
* Driver for One Laptop Per Child ‘CAFÉ’ controller, aka Marvell 88ALP01 * Driver for One Laptop Per Child ‘CAFÉ’ controller, aka Marvell 88ALP01
* *
* The data sheet for this device can be found at:
* http://www.marvell.com/products/pcconn/88ALP01.jsp
*
* Copyright © 2006 Red Hat, Inc. * Copyright © 2006 Red Hat, Inc.
* Copyright © 2006 David Woodhouse <dwmw2@infradead.org> * Copyright © 2006 David Woodhouse <dwmw2@infradead.org>
*/ */
...@@ -842,7 +845,8 @@ static void __devexit cafe_nand_remove(struct pci_dev *pdev) ...@@ -842,7 +845,8 @@ static void __devexit cafe_nand_remove(struct pci_dev *pdev)
} }
static struct pci_device_id cafe_nand_tbl[] = { static struct pci_device_id cafe_nand_tbl[] = {
{ 0x11ab, 0x4100, PCI_ANY_ID, PCI_ANY_ID }, { PCI_VENDOR_ID_MARVELL, PCI_DEVICE_ID_MARVELL_88ALP01_NAND,
PCI_ANY_ID, PCI_ANY_ID },
{ } { }
}; };
......
...@@ -1521,6 +1521,7 @@ ...@@ -1521,6 +1521,7 @@
#define PCI_DEVICE_ID_MARVELL_GT64260 0x6430 #define PCI_DEVICE_ID_MARVELL_GT64260 0x6430
#define PCI_DEVICE_ID_MARVELL_MV64360 0x6460 #define PCI_DEVICE_ID_MARVELL_MV64360 0x6460
#define PCI_DEVICE_ID_MARVELL_MV64460 0x6480 #define PCI_DEVICE_ID_MARVELL_MV64460 0x6480
#define PCI_DEVICE_ID_MARVELL_88ALP01_NAND 0x4100
#define PCI_DEVICE_ID_MARVELL_88ALP01_SD 0x4101 #define PCI_DEVICE_ID_MARVELL_88ALP01_SD 0x4101
#define PCI_VENDOR_ID_V3 0x11b0 #define PCI_VENDOR_ID_V3 0x11b0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment