diff options
author | Steve Rae <srae@broadcom.com> | 2014-12-09 11:40:11 -0800 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-29 16:31:23 -0500 |
commit | 4d013d8fa8863efb2d4264e1245a61a1a473c80c (patch) | |
tree | 426b8cd33b0900305bfcf08cb3d06c6c99b99c74 /arch/arm/include/asm/arch-bcm281xx | |
parent | e38d1cb28c666f154c6f61b323ad0931724c2eb8 (diff) | |
download | u-boot-4d013d8fa8863efb2d4264e1245a61a1a473c80c.tar.gz |
bcm281xx: add support for "USB OTG clock"
enable this clock with the following:
clk_usb_otg_enable((void *)HSOTG_BASE_ADDR)
Signed-off-by: Steve Rae <srae@broadcom.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-bcm281xx')
-rw-r--r-- | arch/arm/include/asm/arch-bcm281xx/sysmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-bcm281xx/sysmap.h b/arch/arm/include/asm/arch-bcm281xx/sysmap.h index 350e7f6b72..93ebf3429a 100644 --- a/arch/arm/include/asm/arch-bcm281xx/sysmap.h +++ b/arch/arm/include/asm/arch-bcm281xx/sysmap.h @@ -13,6 +13,8 @@ #define ESUB_CLK_BASE_ADDR 0x38000000 #define ESW_CONTRL_BASE_ADDR 0x38200000 #define GPIO2_BASE_ADDR 0x35003000 +#define HSOTG_BASE_ADDR 0x3f120000 +#define HSOTG_CTRL_BASE_ADDR 0x3f130000 #define KONA_MST_CLK_BASE_ADDR 0x3f001000 #define KONA_SLV_CLK_BASE_ADDR 0x3e011000 #define PMU_BSC_BASE_ADDR 0x3500d000 |