summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/512x
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2013-04-10 18:46:27 (GMT)
committerAnatolij Gustschin <agust@denx.de>2013-04-10 18:48:44 (GMT)
commitfdeaf0e20e9f3999c5cb129e821595fe927bf259 (patch)
treebf5ced632e652b5d1b705c110c6a1ed7a832c4f3 /arch/powerpc/platforms/512x
parenta9b6aae496801236cb65d9d5786dba797680cbea (diff)
downloadlinux-fsl-qoriq-fdeaf0e20e9f3999c5cb129e821595fe927bf259.tar.xz
powerpc/512x: add ifm ac14xx board
Add dts file for ac14xx board and its board compatible string to the generic mpc512x board match list. Also add phandle to the dma DT node since there is a change (for MPC5121 SDHC DMA support) merged via linux-mmc tree with reference to the dma controller node in the sdhc node. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/platforms/512x')
-rw-r--r--arch/powerpc/platforms/512x/mpc512x_generic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/512x/mpc512x_generic.c b/arch/powerpc/platforms/512x/mpc512x_generic.c
index 6dfcb51..5fb919b 100644
--- a/arch/powerpc/platforms/512x/mpc512x_generic.c
+++ b/arch/powerpc/platforms/512x/mpc512x_generic.c
@@ -29,6 +29,7 @@
static const char * const board[] __initconst = {
"prt,prtlvt",
"fsl,mpc5125ads",
+ "ifm,ac14xx",
NULL
};