]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx: use correct dma compatible for several SoCs
authorTudor Laurentiu <b10716@freescale.com>
Thu, 20 Nov 2014 10:09:31 +0000 (12:09 +0200)
committerYork Sun <yorksun@freescale.com>
Fri, 5 Dec 2014 16:06:16 +0000 (08:06 -0800)
commit8d3eaa970968d744771948a7188b07cb7ea4ea8a
treee05775d4f5df15789ca39fc29a9d8820d7917019
parent10227aaa24847af4cd40354b90b8b73bfb1e3f2f
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>
arch/powerpc/cpu/mpc85xx/b4860_ids.c
arch/powerpc/cpu/mpc85xx/p2041_ids.c
arch/powerpc/cpu/mpc85xx/p3041_ids.c
arch/powerpc/cpu/mpc85xx/p4080_ids.c
arch/powerpc/cpu/mpc85xx/p5020_ids.c
arch/powerpc/cpu/mpc85xx/p5040_ids.c
arch/powerpc/cpu/mpc85xx/t1024_ids.c
arch/powerpc/cpu/mpc85xx/t1040_ids.c
arch/powerpc/cpu/mpc85xx/t2080_ids.c
arch/powerpc/cpu/mpc85xx/t4240_ids.c
arch/powerpc/include/asm/fsl_liodn.h