On Wednesday, April 15, 2015 at 12:54:28 PM, Sanchayan Maity wrote: > Enable USB support on Toradex Colibri Vybrid Modules. > > Signed-off-by: Sanchayan Maity <maitysancha...@gmail.com> > --- > board/toradex/colibri_vf/colibri_vf.c | 25 +++++++++++++++++++++-- > include/configs/colibri_vf.h | 37 > +++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 2 > deletions(-) > > diff --git a/board/toradex/colibri_vf/colibri_vf.c > b/board/toradex/colibri_vf/colibri_vf.c index e7bc6c1..054e6f9 100644 > --- a/board/toradex/colibri_vf/colibri_vf.c > +++ b/board/toradex/colibri_vf/colibri_vf.c > @@ -197,7 +197,8 @@ static void clock_init(void) > clrsetbits_le32(&ccm->ccgr0, CCM_REG_CTRL_MASK, > CCM_CCGR0_UART0_CTRL_MASK); > clrsetbits_le32(&ccm->ccgr1, CCM_REG_CTRL_MASK, > - CCM_CCGR1_PIT_CTRL_MASK | CCM_CCGR1_WDOGA5_CTRL_MASK); > + CCM_CCGR1_PIT_CTRL_MASK | CCM_CCGR1_WDOGA5_CTRL_MASK | > + CCM_CCGR1_USBC0_CTRL_MASK);
You probably want to flip these CCM regs only if CONFIG_CI_UDC is enabled or something along those lines, right ? Best regards, Marek Vasut _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot