[RFC] GPIO-Watchdog in devicetree

Grant Likely grant.likely at secretlab.ca
Fri Sep 26 04:10:14 EST 2008


On Thu, Sep 25, 2008 at 11:59 AM, Scott Wood <scottwood at freescale.com> wrote:
>
> On Tue, Sep 23, 2008 at 09:02:56AM -0600, Grant Likely wrote:
> > For example:
> > / {
> >       model = "pengutronix,super-sexy-board";
> >       #address-cells = <1>;
> >       #size-cells = <1>;
> >       super-sexy-board,watchdog-gpio = <&gpio_simple 19 0>;
> >       ...
> > }
>
> Why as a property of the root node, and not as a node with a very
> specific compatible property?

Because the root node is the only logical board-level node we have
right now.  However, I'm not deeply committed to this approach.  The
only question I have about putting it in another node is choosing the
parent node.  I don't think it fits to make it a child of the SoC node
or any other bus node.

g.

--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.



More information about the Linuxppc-dev mailing list