public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] usb: bcm_udc_otg: enable clocks
@ 2016-04-04 19:59 Steve Rae
  2016-04-04 19:59 ` [U-Boot] [PATCH 2/3] bcm281xx: enable CONFIG_OF_LIBFDT Steve Rae
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Steve Rae @ 2016-04-04 19:59 UTC (permalink / raw)
  To: u-boot

Turn on the USB OTG clocks.

Signed-off-by: Steve Rae <srae@broadcom.com>
---

 drivers/usb/gadget/bcm_udc_otg_phy.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/usb/gadget/bcm_udc_otg_phy.c b/drivers/usb/gadget/bcm_udc_otg_phy.c
index 10b2e13..877f162 100644
--- a/drivers/usb/gadget/bcm_udc_otg_phy.c
+++ b/drivers/usb/gadget/bcm_udc_otg_phy.c
@@ -8,12 +8,16 @@
 #include <common.h>
 #include <asm/io.h>
 #include <asm/arch/sysmap.h>
+#include <asm/kona-common/clk.h>
 
 #include "dwc2_udc_otg_priv.h"
 #include "bcm_udc_otg.h"
 
 void otg_phy_init(struct dwc2_udc *dev)
 {
+	/* turn on the USB OTG clocks */
+	clk_usb_otg_enable((void *)HSOTG_BASE_ADDR);
+
 	/* set Phy to driving mode */
 	wfld_clear(HSOTG_CTRL_BASE_ADDR + HSOTG_CTRL_PHY_P1CTL_OFFSET,
 		   HSOTG_CTRL_PHY_P1CTL_NON_DRIVING_MASK);
-- 
1.8.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-21 11:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04 19:59 [U-Boot] [PATCH 1/3] usb: bcm_udc_otg: enable clocks Steve Rae
2016-04-04 19:59 ` [U-Boot] [PATCH 2/3] bcm281xx: enable CONFIG_OF_LIBFDT Steve Rae
2016-04-21 11:20   ` [U-Boot] [U-Boot,2/3] " Tom Rini
2016-04-04 19:59 ` [U-Boot] [PATCH 3/3] bcm281xx: save ENV to MMC Steve Rae
2016-04-21 11:20   ` [U-Boot] [U-Boot,3/3] " Tom Rini
2016-04-04 20:02 ` [U-Boot] [PATCH 1/3] usb: bcm_udc_otg: enable clocks Marek Vasut
2016-04-04 20:30   ` Steve Rae
2016-04-05 22:07     ` Marek Vasut
2016-04-06  5:20       ` Steve Rae
2016-04-06 10:52         ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox