]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: am437: Fix offset for USB registers
authorDan Murphy <dmurphy@ti.com>
Thu, 5 Dec 2013 13:19:17 +0000 (07:19 -0600)
committerTom Rini <trini@ti.com>
Thu, 12 Dec 2013 19:54:22 +0000 (14:54 -0500)
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

index 3b665e6620a6537214f9895dbafb67029f8641e6..3fb247916b8f2d340c56b5211a3923f0898b23f3 100644 (file)
 /* 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)
 
 #endif /* __AM43XX_HARDWARE_AM43XX_H */