summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/t1024_ids.c
diff options
context:
space:
mode:
authorTudor Laurentiu <b10716@freescale.com>2014-11-20 10:09:31 (GMT)
committerYork Sun <yorksun@freescale.com>2014-12-05 16:06:16 (GMT)
commit8d3eaa970968d744771948a7188b07cb7ea4ea8a (patch)
treee05775d4f5df15789ca39fc29a9d8820d7917019 /arch/powerpc/cpu/mpc85xx/t1024_ids.c
parent10227aaa24847af4cd40354b90b8b73bfb1e3f2f (diff)
downloadu-boot-8d3eaa970968d744771948a7188b07cb7ea4ea8a.tar.xz
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/t1024_ids.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/t1024_ids.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/t1024_ids.c b/arch/powerpc/cpu/mpc85xx/t1024_ids.c
index 5f24c15..132689b 100644
--- a/arch/powerpc/cpu/mpc85xx/t1024_ids.c
+++ b/arch/powerpc/cpu/mpc85xx/t1024_ids.c
@@ -41,8 +41,8 @@ struct liodn_id_table liodn_tbl[] = {
SET_PCI_LIODN_BASE(CONFIG_SYS_FSL_PCIE_COMPAT, 2, 228),
SET_PCI_LIODN_BASE(CONFIG_SYS_FSL_PCIE_COMPAT, 3, 308),
- 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),
SET_TDM_LIODN(560),