diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2008-10-27 16:42:00 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-10-27 16:45:43 -0500 |
commit | 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d (patch) | |
tree | 30016ac1c44a431c4356dd17a3de4cd274d1a472 /include/asm-ppc/immap_85xx.h | |
parent | cd4251624205cb97104f6e32679dc7754934f711 (diff) | |
download | u-boot-imx-4442f45b0e1cbad35aa22d4cad22b90a57e3f32d.zip u-boot-imx-4442f45b0e1cbad35aa22d4cad22b90a57e3f32d.tar.gz u-boot-imx-4442f45b0e1cbad35aa22d4cad22b90a57e3f32d.tar.bz2 |
85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
processors have a 3-bit wide IO_SEL field but have the most
significant bit is wired to 0 so this change should not affect
them.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/asm-ppc/immap_85xx.h')
-rw-r--r-- | include/asm-ppc/immap_85xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h index ad30099..4892d8b 100644 --- a/include/asm-ppc/immap_85xx.h +++ b/include/asm-ppc/immap_85xx.h @@ -1568,7 +1568,7 @@ typedef struct ccsr_gur { #define MPC85xx_PORDEVSR_SGMII3_DIS 0x08000000 #define MPC85xx_PORDEVSR_SGMII4_DIS 0x04000000 #define MPC85xx_PORDEVSR_SRDS2_IO_SEL 0x38000000 -#define MPC85xx_PORDEVSR_IO_SEL 0x00380000 +#define MPC85xx_PORDEVSR_IO_SEL 0x00780000 #define MPC85xx_PORDEVSR_PCI2_ARB 0x00040000 #define MPC85xx_PORDEVSR_PCI1_ARB 0x00020000 #define MPC85xx_PORDEVSR_PCI1_PCI32 0x00010000 |