[U-Boot] [PATCH] 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 poonam.aggrwal@freescale.com Signed-off-by: Varun Sethi Varun.Sethi@freescale.com Signed-off-by: Shaveta Leekha shaveta@freescale.com Signed-off-by: Laurentiu Tudor Laurentiu.Tudor@freescale.com Reviewed-by: Zang Tiefei tie-fei.zang@freescale.com Reviewed-by: Yusong Sun yorksun@freescale.com --- arch/powerpc/cpu/mpc85xx/b4860_ids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/cpu/mpc85xx/b4860_ids.c b/arch/powerpc/cpu/mpc85xx/b4860_ids.c index 598f7bd..fd7f5fa 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),

On 12/12/2014 12:41 AM, Laurentiu Tudor wrote:
For B4 the LIODN register for PCIe is in PCIe address space and not in GUTs
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Varun Sethi Varun.Sethi@freescale.com Signed-off-by: Shaveta Leekha shaveta@freescale.com Signed-off-by: Laurentiu Tudor Laurentiu.Tudor@freescale.com Reviewed-by: Zang Tiefei tie-fei.zang@freescale.com Reviewed-by: Yusong Sun yorksun@freescale.com
For future patches, please strip the internal review signatures.
York

On 12/12/2014 02:41 AM, Laurentiu Tudor wrote:
For B4 the LIODN register for PCIe is in PCIe address space and not in GUTs
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Varun Sethi Varun.Sethi@freescale.com Signed-off-by: Shaveta Leekha shaveta@freescale.com Signed-off-by: Laurentiu Tudor Laurentiu.Tudor@freescale.com Reviewed-by: Zang Tiefei tie-fei.zang@freescale.com Reviewed-by: Yusong Sun yorksun@freescale.com
Stripped internal review signature. Applied to u-boot-mpc85xx master branch, awaiting upstream.
York
participants (2)
-
Laurentiu Tudor
-
York Sun