summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc85xx/t1040_ids.c
diff options
context:
space:
mode:
authorTudor Laurentiu <b10716@freescale.com>2014-11-20 12:09:31 +0200
committerYork Sun <yorksun@freescale.com>2014-12-05 08:06:16 -0800
commit8d3eaa970968d744771948a7188b07cb7ea4ea8a (patch)
treee05775d4f5df15789ca39fc29a9d8820d7917019 /arch/powerpc/cpu/mpc85xx/t1040_ids.c
parent10227aaa24847af4cd40354b90b8b73bfb1e3f2f (diff)
downloadtalos-obmc-uboot-8d3eaa970968d744771948a7188b07cb7ea4ea8a.tar.gz
talos-obmc-uboot-8d3eaa970968d744771948a7188b07cb7ea4ea8a.zip
powerpc/mpc85xx: use correct dma compatible for several SoCs
Newer qoriq socs have an updated dma ip block with a different compatible. Let's make sure we use the proper string so that the dmas get their liodn. In order to have the means to specify the compatible string, the liodn setting macros were updated to receive a new parameter for it. The following SoCs were changed to use the new compatible: T1023/4, T1040, T2080/1, T4240, B4860. Signed-off-by: Laurentiu Tudor <Laurentiu.Tudor@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/t1040_ids.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/t1040_ids.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/t1040_ids.c b/arch/powerpc/cpu/mpc85xx/t1040_ids.c
index 2903d57848..80917224b9 100644
--- a/arch/powerpc/cpu/mpc85xx/t1040_ids.c
+++ b/arch/powerpc/cpu/mpc85xx/t1040_ids.c
@@ -45,8 +45,8 @@ struct liodn_id_table liodn_tbl[] = {
SET_PCI_LIODN_BASE(CONFIG_SYS_FSL_PCIE_COMPAT, 3, 308),
SET_PCI_LIODN_BASE(CONFIG_SYS_FSL_PCIE_COMPAT, 4, 388),
- SET_DMA_LIODN(1, 147),
- SET_DMA_LIODN(2, 227),
+ SET_DMA_LIODN(1, "fsl,elo3-dma", 147),
+ SET_DMA_LIODN(2, "fsl,elo3-dma", 227),
/* SET_NEXUS_LIODN(557), -- not yet implemented */
SET_QE_LIODN(559),
OpenPOWER on IntegriCloud