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

2007-11-15 Thread Marian Balakowicz
Hi Stephen, Stephen Rothwell wrote: > > On Wed, 14 Nov 2007 11:21:37 +0100 Marian Balakowicz <[EMAIL PROTECTED]> > wrote: >> +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c >> +#include >> +#include >> +#include > > You still need asm/prom.h because you use of_get_flat_dt_root() and > of_

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

2007-11-14 Thread Stephen Rothwell
Hi Marian, On Wed, 14 Nov 2007 11:21:37 +0100 Marian Balakowicz <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c > +#include > +#include > +#include You still need asm/prom.h because you use of_get_flat_dt_root() and of_flat_dt_is_compatible(). > +/* list of t

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

2007-11-14 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