[PATCH] [POWERPC][RFC] MPC8360E-RDK: Device tree and board file
Anton Vorontsov
avorontsov at ru.mvista.com
Wed Dec 12 04:19:35 EST 2007
On Tue, Dec 11, 2007 at 11:30:27AM +1100, Stephen Rothwell wrote:
> On Mon, 10 Dec 2007 23:29:34 +0300 Anton Vorontsov <avorontsov at ru.mvista.com> wrote:
> >
> > +++ b/arch/powerpc/platforms/83xx/mpc836x_rdk.c
> > +
> > +static void __init mpc836x_rdk_setup_arch(void)
> > +{
> > + struct device_node *np;
> > +
> > + if (ppc_md.progress)
> > + ppc_md.progress("mpc836x_rdk_setup_arch()", 0);
> > +
> > +#ifdef CONFIG_QUICC_ENGINE
> > + qe_reset();
> > +
> > + np = of_find_node_by_name(NULL, "par_io");
> > + if (np)
> > + par_io_init(np);
> > + else
> > + pr_warning("QE PIO not initialized!\n");
>
> of_node_put(np); ?
>
> > +static int __init mpc836x_rdk_probe(void)
> > +{
> > + unsigned long root = of_get_flat_dt_root();
> > +
> > + return of_flat_dt_is_compatible(root, "MPC836xRDK");
>
> You need to include asm/prom.h to use the flattened device tree accessors.
Will fix. Much thanks for looking into this.
--
Anton Vorontsov
email: cbou at mail.ru
backup email: ya-cbou at yandex.ru
irc://irc.freenode.net/bd2
More information about the Linuxppc-dev
mailing list