On Wed, 31 Oct 2007 13:52:53 -0400
"Steven A. Falco" <[EMAIL PROTECTED]> wrote:

> > Could you redo the patch with just this bit and send it again?
> >
> > josh
> >     
> 
> Ok - this one is based off the Linus tree, and follows your style of one 
> interrupt per line, with a comment indicating which one it is.

Looks good.  Thanks!

josh

> 
> Signed-off-by: Steve Falco <sfalco at harris.com>
> 
> 
> 
> diff --git a/arch/powerpc/boot/dts/walnut.dts 
> b/arch/powerpc/boot/dts/walnut.dts
> index fa681f5..754fa39 100644
> --- a/arch/powerpc/boot/dts/walnut.dts
> +++ b/arch/powerpc/boot/dts/walnut.dts
> @@ -122,7 +122,9 @@
>                               device_type = "network";
>                               compatible = "ibm,emac-405gp", "ibm,emac";
>                               interrupt-parent = <&UIC0>;
> -                             interrupts = <9 4 f 4>;
> +                             interrupts = <
> +                                     f 4 /* Ethernet */
> +                                     9 4 /* Ethernet Wake Up */>;
>                               local-mac-address = [000000000000]; /* Filled 
> in by zImage */
>                               reg = <ef600800 70>;
>                               mal-device = <&MAL>;
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to