projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b22b7
)
mpc512x: fix System Clock Control constants for USB1 & USB2
author
Martha Stan
<mmarx@silicontkx.com>
Wed, 7 Oct 2009 08:38:46 +0000
(
04:38
-0400)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 18 Oct 2009 21:04:05 +0000
(23:04 +0200)
Signer-off-by: Martha Stan <mmarx@silicontkx.com>
include/asm-ppc/immap_512x.h
patch
|
blob
|
history
diff --git
a/include/asm-ppc/immap_512x.h
b/include/asm-ppc/immap_512x.h
index bdc6ff28453839c66e85e94aed3cb8b0d431d0d3..95350fd9b84d672f08d56fd51afa90b90fc7ae48 100644
(file)
--- 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_USB
2
_EN 0x10000000
-#define CLOCK_SCCR2_USB
1
_EN 0x08000000
+#define CLOCK_SCCR2_USB
1
_EN 0x10000000
+#define CLOCK_SCCR2_USB
2
_EN 0x08000000
#define CLOCK_SCCR2_I2C_EN 0x04000000
#define CLOCK_SCCR2_BDLC_EN 0x02000000
#define CLOCK_SCCR2_SDHC_EN 0x01000000