[PATCH 4/4] [POWERPC] CPM1: implement GPIO API

Anton Vorontsov cbouatmailru at gmail.com
Sun Dec 23 05:38:37 EST 2007


On Sat, Dec 22, 2007 at 05:08:14PM +0100, Jochen Friedrich wrote:
> Hi Anton,
> 
> > I also hope you'll test it. ;-)
> 
> yes.
> 
> > +int cpm_init_par_io(void)
> > +{
> > +       struct device_node *np;
> > +       const u32 *num_ports;
> > +
> > +       np = of_find_node_by_name(NULL, "fsl,cpm1-pario");
> > +       if (!np)
> > +               return -ENOENT;
> > +
> 
> I guess this should be:
> 
>  np = of_find_compatible_node(NULL, NULL, "fsl,cpm1-pario");
> 
> With this modification it works OK for me :)

Fixed, thanks!

-- 
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