diff options
| author | Haiying Wang <Haiying.Wang@freescale.com> | 2011-03-01 09:30:07 -0500 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2011-04-27 22:29:03 -0500 | 
| commit | 2a0ffb84c7ea4ecd7654bda1599fd36b90435501 (patch) | |
| tree | 7954601e598ef5e7798503397c4d442f83b3a8a3 /arch/powerpc/include/asm/fsl_portals.h | |
| parent | 2bad42a0c89bd1a977c05e994ba73e4e6030f945 (diff) | |
| download | olio-uboot-2014.01-2a0ffb84c7ea4ecd7654bda1599fd36b90435501.tar.xz olio-uboot-2014.01-2a0ffb84c7ea4ecd7654bda1599fd36b90435501.zip | |
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.h | 3 | 
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 cb32927a8..e1c1212c3 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, |