linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* MPC5200: How to share GPIO and watchdog
@ 2008-10-15 14:42 Juergen Beisert
  2008-10-19 14:40 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Juergen Beisert @ 2008-10-15 14:42 UTC (permalink / raw)
  To: linuxppc-embedded

Hi list,

the timer0 on the MPC5200B contains one GPIO and a timer/watchdog.

If I'm using this node:

timer@600 {	/* General Purpose Timer */
    compatible =3D "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
    cell-index =3D <0>;
    reg =3D <0x600 0x10>;
    interrupts =3D <0x1 0x9 0x0>;
    interrupt-parent =3D <&mpc5200_pic>;
   fsl,has-wdt;
};

I will get watchdog support.

If I'm using this node:

timer@600 {	/* General Purpose Timer */
    compatible =3D "fsl,mpc5200b-gpt","fsl,mpc5200-gpt","fsl,mpc5200b-gpt-g=
pio","fsl,mpc5200-gpt-gpio";
    cell-index =3D <0>;
    reg =3D <0x600 0x10>;
    interrupts =3D <0x1 0x9 0x0>;
    interrupt-parent =3D <&mpc5200_pic>;
    gpio-controller;
    #gpio-cells =3D <2>;
    fsl,has-wdt;
};

I will get GPIO support, but no longer watchdog support (watchdogs probe
function will never be called).

Is there a way to get both features supported?

Regards,
Juergen

=2D-=20
Dipl.-Ing. Juergen Beisert | http://www.pengutronix.de
=A0Pengutronix - Linux Solutions for Science and Industry
=A0   Handelsregister: Amtsgericht Hildesheim, HRA 2686
=A0 =A0 =A0    Vertretung Sued/Muenchen, Germany
   Phone: +49-8766-939 228 |  Fax: +49-5121-206917-9

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: MPC5200: How to share GPIO and watchdog
  2008-10-15 14:42 MPC5200: How to share GPIO and watchdog Juergen Beisert
@ 2008-10-19 14:40 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2008-10-19 14:40 UTC (permalink / raw)
  To: Juergen Beisert; +Cc: linuxppc-embedded

On Wed, Oct 15, 2008 at 04:42:04PM +0200, Juergen Beisert wrote:
> Hi list,
> 
> the timer0 on the MPC5200B contains one GPIO and a timer/watchdog.
> 
> If I'm using this node:
> 
> timer@600 {	/* General Purpose Timer */
>     compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
>     cell-index = <0>;
>     reg = <0x600 0x10>;
>     interrupts = <0x1 0x9 0x0>;
>     interrupt-parent = <&mpc5200_pic>;
>    fsl,has-wdt;
> };
> 
> I will get watchdog support.
> 
> If I'm using this node:
> 
> timer@600 {	/* General Purpose Timer */
>     compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt","fsl,mpc5200b-gpt-gpio","fsl,mpc5200-gpt-gpio";
>     cell-index = <0>;
>     reg = <0x600 0x10>;
>     interrupts = <0x1 0x9 0x0>;
>     interrupt-parent = <&mpc5200_pic>;
>     gpio-controller;
>     #gpio-cells = <2>;
>     fsl,has-wdt;
> };
> 
> I will get GPIO support, but no longer watchdog support (watchdogs probe
> function will never be called).
> 
> Is there a way to get both features supported?

I don't believe so.  In order to make this work you would need to merge
the two drivers into one I think (which probably isn't a bad idea).

g.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-19 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-15 14:42 MPC5200: How to share GPIO and watchdog Juergen Beisert
2008-10-19 14:40 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).