mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
mpc512x: fix System Clock Control constants for USB1 & USB2
Signer-off-by: Martha Stan <mmarx@silicontkx.com>
This commit is contained in:
parent
87b22b7787
commit
c9ee39972a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue