diff options
author | Martha Stan <mmarx@silicontkx.com> | 2009-10-07 04:38:46 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-18 23:04:05 +0200 |
commit | c9ee39972a7758e883b73c6c0e3c3a14cd5b2f43 (patch) | |
tree | 79c5d71020890e3163f6ceaa2551a3c568b9b4d8 /include/asm-ppc | |
parent | 87b22b7787f397fc3daad570d711e478b1a7d253 (diff) | |
download | u-boot-imx-c9ee39972a7758e883b73c6c0e3c3a14cd5b2f43.zip u-boot-imx-c9ee39972a7758e883b73c6c0e3c3a14cd5b2f43.tar.gz u-boot-imx-c9ee39972a7758e883b73c6c0e3c3a14cd5b2f43.tar.bz2 |
mpc512x: fix System Clock Control constants for USB1 & USB2
Signer-off-by: Martha Stan <mmarx@silicontkx.com>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/immap_512x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/immap_512x.h b/include/asm-ppc/immap_512x.h index bdc6ff2..95350fd 100644 --- a/include/asm-ppc/immap_512x.h +++ b/include/asm-ppc/immap_512x.h @@ -215,8 +215,8 @@ typedef struct clk512x { #define CLOCK_SCCR2_DIU_EN 0x80000000 #define CLOCK_SCCR2_AXE_EN 0x40000000 #define CLOCK_SCCR2_MEM_EN 0x20000000 -#define CLOCK_SCCR2_USB2_EN 0x10000000 -#define CLOCK_SCCR2_USB1_EN 0x08000000 +#define CLOCK_SCCR2_USB1_EN 0x10000000 +#define CLOCK_SCCR2_USB2_EN 0x08000000 #define CLOCK_SCCR2_I2C_EN 0x04000000 #define CLOCK_SCCR2_BDLC_EN 0x02000000 #define CLOCK_SCCR2_SDHC_EN 0x01000000 |