Re: [PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-12 Thread Stephen Rothwell
On Mon, 12 Nov 2007 23:22:16 +0100 Marian Balakowicz <[EMAIL PROTECTED]> wrote: > > Stephen Rothwell wrote: > > On Fri, 09 Nov 2007 18:12:02 +0100 Marian Balakowicz <[EMAIL PROTECTED]> > > wrote: > >> +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c > >> > >> +static int __init mpc5200_simple_pr

Re: [PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-12 Thread Marian Balakowicz
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> This patch adds support for 'mpc5200-simple-platform' compatible >> boards which do not need a platform specific setup. Such boards >> are supported assuming the following: > ... >> +const char *board[] = { >> +"tq

Re: [PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-12 Thread Marian Balakowicz
Stephen Rothwell wrote: > On Fri, 09 Nov 2007 18:12:02 +0100 Marian Balakowicz <[EMAIL PROTECTED]> > wrote: >> +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c >> >> +static int __init mpc5200_simple_probe(void) >> +{ >> +unsigned long node = of_get_flat_dt_root(); > > You need to include a

Re: [PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This patch adds support for 'mpc5200-simple-platform' compatible > boards which do not need a platform specific setup. Such boards > are supported assuming the following: ... > + const char *board[] = { > + "tqc,tqm5200", > +

Re: [PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-09 Thread Stephen Rothwell
On Fri, 09 Nov 2007 18:12:02 +0100 Marian Balakowicz <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c > > +static int __init mpc5200_simple_probe(void) > +{ > + unsigned long node = of_get_flat_dt_root(); You need to include asm/prom.h to use the flattened devi

[PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-09 Thread Marian Balakowicz
This patch adds support for 'mpc5200-simple-platform' compatible boards which do not need a platform specific setup. Such boards are supported assuming the following: - GPIO pins are configured by the firmware, - CDM configuration (clocking) is setup correctly by firmware, - if the 'fsl,has-wdt' p