All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] b4860: Correct LIODN assignment for PCIe
@ 2014-12-12  8:41 Laurentiu Tudor
  2014-12-12 17:14 ` York Sun
  2015-01-23  0:27 ` York Sun
  0 siblings, 2 replies; 3+ messages in thread
From: Laurentiu Tudor @ 2014-12-12  8:41 UTC (permalink / raw)
  To: u-boot

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),
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] b4860: Correct LIODN assignment for PCIe
  2014-12-12  8:41 [U-Boot] [PATCH] b4860: Correct LIODN assignment for PCIe Laurentiu Tudor
@ 2014-12-12 17:14 ` York Sun
  2015-01-23  0:27 ` York Sun
  1 sibling, 0 replies; 3+ messages in thread
From: York Sun @ 2014-12-12 17:14 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] b4860: Correct LIODN assignment for PCIe
  2014-12-12  8:41 [U-Boot] [PATCH] b4860: Correct LIODN assignment for PCIe Laurentiu Tudor
  2014-12-12 17:14 ` York Sun
@ 2015-01-23  0:27 ` York Sun
  1 sibling, 0 replies; 3+ messages in thread
From: York Sun @ 2015-01-23  0:27 UTC (permalink / raw)
  To: u-boot



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-23  0:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-12  8:41 [U-Boot] [PATCH] b4860: Correct LIODN assignment for PCIe Laurentiu Tudor
2014-12-12 17:14 ` York Sun
2015-01-23  0:27 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.