summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/fsl_portals.h
diff options
context:
space:
mode:
authorHaiying Wang <Haiying.Wang@freescale.com>2011-03-01 17:30:07 +0300
committerKumar Gala <galak@kernel.crashing.org>2011-04-28 07:29:03 +0400
commit2a0ffb84c7ea4ecd7654bda1599fd36b90435501 (patch)
tree7954601e598ef5e7798503397c4d442f83b3a8a3 /arch/powerpc/include/asm/fsl_portals.h
parent2bad42a0c89bd1a977c05e994ba73e4e6030f945 (diff)
downloadu-boot-2a0ffb84c7ea4ecd7654bda1599fd36b90435501.tar.xz
powerpc/85xx: Add device tree fixup for bman portal
Fix fdt bportal to pass the bman revision number to kernel via device tree. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/fsl_portals.h')
-rw-r--r--arch/powerpc/include/asm/fsl_portals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/fsl_portals.h b/arch/powerpc/include/asm/fsl_portals.h
index cb32927a83..e1c1212c38 100644
--- a/arch/powerpc/include/asm/fsl_portals.h
+++ b/arch/powerpc/include/asm/fsl_portals.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2009-2010 Freescale Semiconductor, Inc.
+ * Copyright 2009-2011 Freescale Semiconductor, Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -51,6 +51,7 @@ extern int get_dpaa_liodn(enum fsl_dpaa_dev dpaa_dev,
u32 *liodns, int liodn_offset);
extern void setup_portals(void);
extern void fdt_fixup_qportals(void *blob);
+extern void fdt_fixup_bportals(void *blob);
extern struct qportal_info qp_info[];
extern void fdt_portal(void *blob, const char *compat, const char *container,