Hello Thomas, 2009/1/4 Thomas Abraham <t-abra...@ti.com>: > This patch enables Mentor USB OTG module interface clock. > > Signed-off-by: Ravi Babu <ravib...@ti.com> > Signed-off-by: Swaminathan S <swami.i...@ti.com> > Signed-off-by: Thomas Abraham <t-abra...@ti.com> > Signed-off-by: Ajay Kumar Gupta <ajay.gu...@ti.com> > --- > cpu/arm_cortexa8/omap3/clock.c | 3 +++
This file does not exist in my u-boot-usb tree yet, so there is a dependency missing here in your list of patch dependencies. Kind regards, Remy > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/cpu/arm_cortexa8/omap3/clock.c b/cpu/arm_cortexa8/omap3/clock.c > index 8ac31be..d6cf27d 100644 > --- a/cpu/arm_cortexa8/omap3/clock.c > +++ b/cpu/arm_cortexa8/omap3/clock.c > @@ -376,6 +376,9 @@ void per_clocks_enable(void) > sr32(&prcm_base->iclken_cam, 0, 32, ICK_CAM_ON); > sr32(&prcm_base->fclken_per, 0, 32, FCK_PER_ON); > sr32(&prcm_base->iclken_per, 0, 32, ICK_PER_ON); > +#ifdef CONFIG_USB_OMAP3530 > + sr32(&prcm_base->iclken1_core, 4, 1, 0x1); > +#endif > > sdelay(1000); > } > -- > 1.5.6 > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot