* [U-Boot] arm: am437: Fix offset for USB registers
@ 2013-12-05 13:19 Dan Murphy
2013-12-13 12:46 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Dan Murphy @ 2013-12-05 13:19 UTC (permalink / raw)
To: u-boot
Fix the offset for the USB clock registers
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h b/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
index d82f050..484ceba 100644
--- a/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
+++ b/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
@@ -57,12 +57,12 @@
/* USB Clock Control */
#define PRM_PER_USB_OTG_SS0_CLKCTRL (CM_PER + 0x260)
#define PRM_PER_USB_OTG_SS1_CLKCTRL (CM_PER + 0x268)
-#define USBOTGSSX_CLKCTRL_MODULE_EN (1 << 2)
+#define USBOTGSSX_CLKCTRL_MODULE_EN (1 << 1)
#define USBOTGSSX_CLKCTRL_OPTFCLKEN_REFCLK960 (1 << 8)
#define PRM_PER_USBPHYOCP2SCP0_CLKCTRL (CM_PER + 0x5b8)
#define PRM_PER_USBPHYOCP2SCP1_CLKCTRL (CM_PER + 0x5c0)
-#define USBPHYOCPSCP_MODULE_EN (1 << 2)
+#define USBPHYOCPSCP_MODULE_EN (1 << 1)
#define CM_DEVICE_INST 0x44df4100
#endif /* __AM43XX_HARDWARE_AM43XX_H */
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] arm: am437: Fix offset for USB registers
2013-12-05 13:19 [U-Boot] arm: am437: Fix offset for USB registers Dan Murphy
@ 2013-12-13 12:46 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2013-12-13 12:46 UTC (permalink / raw)
To: u-boot
On Thu, Dec 05, 2013 at 07:19:17AM -0600, Dan Murphy wrote:
> Fix the offset for the USB clock registers
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Applied to u-boot-ti/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131213/e0e82f25/attachment.pgp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-13 12:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 13:19 [U-Boot] arm: am437: Fix offset for USB registers Dan Murphy
2013-12-13 12:46 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox