Hi Paul,

Two small changes wrt USB that came up when I reviewed the AM35XX
clock tree again.

On Tue, 15-Dec-09 1:46 AM +0530, Paul Walmsley wrote:
> From: Ranjith Lohithakshan <[email protected]>
> 
> AM3505/17 though a OMAP3530 derivative have the following
> main differences
...

>         CLK("musb_hdrc",        "ick",  &hsotgusb_ick_3430es1,  CK_3430ES1),
> -       CLK("musb_hdrc",        "ick",  &hsotgusb_ick_3430es2,  CK_3430ES2),
> -       CLK(NULL,       "sdrc_ick",     &sdrc_ick,      CK_343X),
> -       CLK(NULL,       "gpmc_fck",     &gpmc_fck,      CK_343X),
> +       CLK("musb_hdrc",        "ick",  &hsotgusb_ick_3430es2,  CK_3430ES2 | 
> CK_AM35XX),

This musb clock is NOT used on AM35XX. I might have included it in
my original patch by mistake.

...

> -       CLK(NULL,       "usbhost_120m_fck", &usbhost_120m_fck, CK_3430ES2),
> +       CLK(NULL,       "usbhost_120m_fck", &usbhost_120m_fck, CK_3430ES2 | 
> CK_AM35XX),
>         CLK(NULL,       "usbhost_48m_fck", &usbhost_48m_fck, CK_3430ES2),

The 48 MHz USB Host fclk is used and applicable on AM35XX as well.

Do you want me to issue another patch for these two changes or could
you update it when you commit? Please let me know.

 - Ranjith

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to