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 /board | |
| 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 'board')
| -rw-r--r-- | board/freescale/mpc5121ads/mpc5121ads.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/freescale/mpc5121ads/mpc5121ads.c b/board/freescale/mpc5121ads/mpc5121ads.c index 8cc68530e61..b356a478b31 100644 --- a/board/freescale/mpc5121ads/mpc5121ads.c +++ b/board/freescale/mpc5121ads/mpc5121ads.c @@ -53,7 +53,9 @@ DECLARE_GLOBAL_DATA_PTR; #define SCCR2_CLOCKS_EN (CLOCK_SCCR2_DIU_EN | \ CLOCK_SCCR2_I2C_EN | \ CLOCK_SCCR2_MEM_EN | \ - CLOCK_SCCR2_SPDIF_EN) + CLOCK_SCCR2_SPDIF_EN | \ + CLOCK_SCCR2_USB1_EN | \ + CLOCK_SCCR2_USB2_EN) void __mpc5121_nfc_select_chip(struct mtd_info *mtd, int chip); |
