Skip to content

Commit

Permalink
powerpc/fsl: Increase the number of possible localbus banks
Browse files Browse the repository at this point in the history
Currently the fsl,*lbc devices support 8 banks (ie OR and BR registers).
This is adequate for most pq2 and pq3 processors, but not the MPC8280 which
has 12 banks.

Signed-Off-By: Mark Ware <mware@elphinstone.net>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
mware@internode.on.net authored and Kumar Gala committed Jun 16, 2009
1 parent 5f28c52 commit e86b499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/include/asm/fsl_lbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ struct fsl_lbc_bank {
};

struct fsl_lbc_regs {
struct fsl_lbc_bank bank[8];
u8 res0[0x28];
struct fsl_lbc_bank bank[12];
u8 res0[0x8];
__be32 mar; /**< UPM Address Register */
u8 res1[0x4];
__be32 mamr; /**< UPMA Mode Register */
Expand Down

0 comments on commit e86b499

Please sign in to comment.