[U-Boot] [PATCH] Fix error in mpc512x System Clock control constants for USB1 & USB2

Signer-off-by: Martha Stan mmarx@silicontkx.com --- 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 79cdd80..e553bbe 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

Dear Martha Stan,
In message 1254904726-14218-1-git-send-email-mmarx@silicontkx.com you wrote:
Signer-off-by: Martha Stan mmarx@silicontkx.com
include/asm-ppc/immap_512x.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
When resubmitting a patch please make sure to:
- keep the In-reply-to: and References: mail headers in place so that threading of the messages works - Add some indication to the subject which version of the pacth this is (i. e. use "[PATCH v2]" or similar - Add (below the "---" line) an explanation what was changed against previous versions of this patch.
Thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Martha Stan
-
Wolfgang Denk