|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright 2010 Freescale Semiconductor, Inc.
|
|
|
+ * Copyright 2010-2011 Freescale Semiconductor, Inc.
|
|
|
*
|
|
|
* See file CREDITS for list of people who contributed to this
|
|
|
* project.
|
|
@@ -52,10 +52,10 @@ struct liodn_id_table liodn_tbl[] = {
|
|
|
SET_SATA_LIODN(1, 127),
|
|
|
SET_SATA_LIODN(2, 128),
|
|
|
|
|
|
- SET_PCI_LIODN(1, 193),
|
|
|
- SET_PCI_LIODN(2, 194),
|
|
|
- SET_PCI_LIODN(3, 195),
|
|
|
- SET_PCI_LIODN(4, 196),
|
|
|
+ SET_PCI_LIODN("fsl,qoriq-pcie-v2.2", 1, 193),
|
|
|
+ SET_PCI_LIODN("fsl,qoriq-pcie-v2.2", 2, 194),
|
|
|
+ SET_PCI_LIODN("fsl,qoriq-pcie-v2.2", 3, 195),
|
|
|
+ SET_PCI_LIODN("fsl,qoriq-pcie-v2.2", 4, 196),
|
|
|
|
|
|
SET_DMA_LIODN(1, 197),
|
|
|
SET_DMA_LIODN(2, 198),
|