diff options
author | Wolfgang Denk <wd@denx.de> | 2010-05-30 21:44:07 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-30 21:44:07 +0200 |
commit | 9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf (patch) | |
tree | 525594cc12b7eef8b4ca635cabdf7d1e7a9ce9eb /arch | |
parent | a81cd434b95a9884c9b4db1dbb53e9d460d36cb2 (diff) | |
parent | 3057c6be5efda781a72ca04432e0a4ed6e670030 (diff) | |
download | u-boot-imx-9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf.zip u-boot-imx-9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf.tar.gz u-boot-imx-9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/immap_85xx.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h index e7954e6..5b205d1 100644 --- a/arch/powerpc/include/asm/immap_85xx.h +++ b/arch/powerpc/include/asm/immap_85xx.h @@ -1912,7 +1912,8 @@ typedef struct ccsr_gur { #define MPC85xx_PMUXCR_SD_DATA 0x80000000 #define MPC85xx_PMUXCR_SDHC_CD 0x40000000 #define MPC85xx_PMUXCR_SDHC_WP 0x20000000 - u8 res6[12]; + u32 pmuxcr2; /* Alt. function signal multiplex control 2 */ + u8 res6[8]; u32 devdisr; /* Device disable control */ #define MPC85xx_DEVDISR_PCI1 0x80000000 #define MPC85xx_DEVDISR_PCI2 0x40000000 @@ -1949,10 +1950,12 @@ typedef struct ccsr_gur { #if defined(CONFIG_MPC8568)||defined(CONFIG_MPC8569) u8 res10b[76]; par_io_t qe_par_io[7]; - u8 res10c[3136]; + u8 res10c[1600]; #else - u8 res10b[3404]; + u8 res10b[1868]; #endif + u32 clkdvdr; /* Clock Divide register */ + u8 res10d[1532]; u32 clkocr; /* Clock out select */ u8 res11[12]; u32 ddrdllcr; /* DDR DLL control */ |