summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJiandong Zheng <jdzheng@broadcom.com>2015-07-09 14:26:39 -0700
committerMarek Vasut <marex@denx.de>2015-07-22 08:57:54 +0200
commit854cbd2977561f8572c7ab07b95ee90226451185 (patch)
treea654d7cd9423a690b7e633b23d0350cca923b5a5 /arch
parent05a950cf5947d33367d8060fca165adabb0cd970 (diff)
downloadtalos-obmc-uboot-854cbd2977561f8572c7ab07b95ee90226451185.tar.gz
talos-obmc-uboot-854cbd2977561f8572c7ab07b95ee90226451185.zip
usb: gadget: bcm_udc_otg files
Add the required files for the Broadcom UDC OTG interface. Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com> Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-bcm281xx/sysmap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-bcm281xx/sysmap.h b/arch/arm/include/asm/arch-bcm281xx/sysmap.h
index 93ebf3429a..dbcc88cb90 100644
--- a/arch/arm/include/asm/arch-bcm281xx/sysmap.h
+++ b/arch/arm/include/asm/arch-bcm281xx/sysmap.h
@@ -27,4 +27,11 @@
#define SECWD2_BASE_ADDR 0x35002f40
#define TIMER_BASE_ADDR 0x3e00d000
+#define HSOTG_DCTL_OFFSET 0x00000804
+#define HSOTG_DCTL_SFTDISCON_MASK 0x00000002
+
+#define HSOTG_CTRL_PHY_P1CTL_OFFSET 0x00000008
+#define HSOTG_CTRL_PHY_P1CTL_SOFT_RESET_MASK 0x00000002
+#define HSOTG_CTRL_PHY_P1CTL_NON_DRIVING_MASK 0x00000001
+
#endif
OpenPOWER on IntegriCloud