mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-22 15:07:40 +07:00
powerpc/fsl: Increase the number of possible localbus banks
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>
This commit is contained in:
parent
5f28c52003
commit
e86b4998f0
@ -95,8 +95,8 @@ struct fsl_lbc_bank {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct fsl_lbc_regs {
|
struct fsl_lbc_regs {
|
||||||
struct fsl_lbc_bank bank[8];
|
struct fsl_lbc_bank bank[12];
|
||||||
u8 res0[0x28];
|
u8 res0[0x8];
|
||||||
__be32 mar; /**< UPM Address Register */
|
__be32 mar; /**< UPM Address Register */
|
||||||
u8 res1[0x4];
|
u8 res1[0x4];
|
||||||
__be32 mamr; /**< UPMA Mode Register */
|
__be32 mamr; /**< UPMA Mode Register */
|
||||||
|
Loading…
Reference in New Issue
Block a user