summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTudor Laurentiu <[email protected]>2014-12-12 10:41:26 +0200
committerYork Sun <[email protected]>2015-01-16 09:30:06 -0800
commitd1ccaf76a420d651b4d547e85f580fbd8f133e56 (patch)
tree1d424e540c1a8a8f322a1fbf826d4c11199fed8f
parent3bcf047da838d2462750cd55bba6db7d71b6c06a (diff)
b4860: Correct LIODN assignment for PCIe
For B4 the LIODN register for PCIe is in PCIe address space and not in GUTs Signed-off-by: Poonam Aggrwal <[email protected]> Signed-off-by: Varun Sethi <[email protected]> Signed-off-by: Shaveta Leekha <[email protected]> Signed-off-by: Laurentiu Tudor <[email protected]> Reviewed-by: York Sun <[email protected]>
-rw-r--r--arch/powerpc/cpu/mpc85xx/b4860_ids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/b4860_ids.c b/arch/powerpc/cpu/mpc85xx/b4860_ids.c
index 598f7bd92ee..fd7f5fa7e13 100644
--- a/arch/powerpc/cpu/mpc85xx/b4860_ids.c
+++ b/arch/powerpc/cpu/mpc85xx/b4860_ids.c
@@ -57,7 +57,7 @@ struct liodn_id_table liodn_tbl[] = {
SET_USB_LIODN(1, "fsl-usb2-dr", 553),
- SET_PCI_LIODN(CONFIG_SYS_FSL_PCIE_COMPAT, 1, 148),
+ SET_PCI_LIODN_BASE(CONFIG_SYS_FSL_PCIE_COMPAT, 1, 148),
SET_DMA_LIODN(1, "fsl,elo3-dma", 147),
SET_DMA_LIODN(2, "fsl,elo3-dma", 227),