Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote:
> On 16:16 Thu 24 Jul , Haavard Skinnemoen wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index cbe5c47..bcac300 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -709,6 +709,11 @@ Haavard Skinnemoen <[EMAIL PROTECTED]>
> > ATSTK1006 AT32AP7000
> > ATNGW100 AT32AP7000
> >
> > +Alex Raimondi <[EMAIL PROTECTED]>
> > +Julien May <[EMAIL PROTECTED]>
> IMHO, it's supposed to have only one board Maintainer
Doesn't hurt with two, does it? Many Linux subsystems have several
maintainers.
> > -#define SM_PM_GCCTRL 0x0060
> > +#define SM_PM_GCCTRL(x) (0x0060 + 4 * x)
> why do you modify? As I see it's never used.
It is used here:
> +void gclk_init(void)
> +{
> + /* Hammerhead boards uses GCLK3 as 25MHz output to ethernet PHY */
> +
> + /* Select GCLK3 peripheral function */
> + gpio_select_periph_A(GPIO_PIN_PB29, 0);
> +
> + /* Enable GCLK3 with no input divider, from OSC0 (crystal) */
> + sm_writel(PM_GCCTRL(3), SM_BIT(CEN));
> +}
Haavard
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users