diff options
author | Geoff Thorpe <Geoff.Thorpe@freescale.com> | 2013-03-30 09:17:59 (GMT) |
---|---|---|
committer | Emil Medve <Emilian.Medve@Freescale.com> | 2013-04-02 09:42:38 (GMT) |
commit | 08b0e896e6e4075b84c3970e65ac7e723d06300f (patch) | |
tree | ef48685960bd8583c93f8c4450edbfc094f1b5a3 /arch | |
parent | 9ee0932abb9fec9726751ee6c5121c892097f24c (diff) | |
download | linux-fsl-qoriq-08b0e896e6e4075b84c3970e65ac7e723d06300f.tar.xz |
powerpc/85xx: Add platform support for the USDPAA driver
Signed-off-by: Geoff Thorpe <Geoff.Thorpe@freescale.com>
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/85xx/corenet_ds.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c index 1c1e2f5..eb70809 100644 --- a/arch/powerpc/platforms/85xx/corenet_ds.c +++ b/arch/powerpc/platforms/85xx/corenet_ds.c @@ -31,6 +31,8 @@ #include <sysdev/fsl_pci.h> #include "smp.h" +#include <linux/fsl_usdpaa.h> + void __init corenet_ds_pic_init(void) { struct mpic *mpic; @@ -119,4 +121,7 @@ __init void corenet_ds_init_early(void) #ifdef CONFIG_FSL_BMAN_CONFIG bman_init_early(); #endif +#ifdef CONFIG_FSL_USDPAA + fsl_usdpaa_init_early(); +#endif } |