diff options
| author | Damien Dusha <[email protected]> | 2010-10-14 15:27:06 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-10-18 22:33:32 +0200 |
| commit | 29c6fbe0471afd7ffa41fcb2103eec5b53294897 (patch) | |
| tree | 878247521c82262a48d9596113b06545c91ed9ee /arch | |
| parent | 6f119c558bd28e6eb7dcb8edb0266beeabde100e (diff) | |
MPC5121: Add USB EHCI support
Signed-off-by: Francesco Rendine <[email protected]>
Signed-off-by: Damien Dusha <[email protected]>
Signed-off-by: Anatolij Gustschin <[email protected]>
Coding style cleanup; slight file restructuring.
Signed-off-by: Wolfgang Denk <[email protected]>
Acked-by: Remy Bohmer <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/include/asm/immap_512x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/immap_512x.h b/arch/powerpc/include/asm/immap_512x.h index 7f9db8bae3a..f763a5413e3 100644 --- a/arch/powerpc/include/asm/immap_512x.h +++ b/arch/powerpc/include/asm/immap_512x.h @@ -1246,4 +1246,8 @@ static inline u32 get_pata_base (void) } #endif /* __ASSEMBLY__ */ +#define CONFIG_SYS_MPC512x_USB_OFFSET 0x4000 +#define CONFIG_SYS_MPC512x_USB_ADDR \ + (CONFIG_SYS_IMMR + CONFIG_SYS_MPC512x_USB_OFFSET) + #endif /* __IMMAP_512x__ */ |
