diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2018-02-04 11:18:25 +0100 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2018-03-21 23:23:13 +0100 |
| commit | d51aaf84cbcf56c1b6b085390c0f0438df187ede (patch) | |
| tree | b89b7f89a3bcc4a539a8b0bbc32ba7b6d03cf0be /include | |
| parent | bcb9b502d5d7bb88f7623e7185b40bac9a440a58 (diff) | |
mips: bmips: add support for bcm6348 usb
Signed-off-by: Ãlvaro Fernández Rojas <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/bmips_bcm6348.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/bmips_bcm6348.h b/include/configs/bmips_bcm6348.h index e9f53d68117..6c9c33b822f 100644 --- a/include/configs/bmips_bcm6348.h +++ b/include/configs/bmips_bcm6348.h @@ -14,6 +14,11 @@ #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_SDRAM_BASE 0x80000000 +/* USB */ +#define CONFIG_SYS_OHCI_SWAP_REG_ACCESS +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 +#define CONFIG_USB_OHCI_NEW + /* U-Boot */ #define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE + 0x100000 |
