Re: Hooking an IRQ on a modified mpc8349emitx board

2008-09-04 Thread Oscar Takeshita
Thanks Scott, It is hooked and alive! Your couple of lines guided me through. Here's the outline of what I did after looking at other powerpc drivers and the ePAPR document from Power.org: 1. Assumed that MPC83xx_IRQ_EXT1 (0x11 without offset) corresponds to IRQ1. 2. Created a node in my dts t

Re: Hooking an IRQ on a modified mpc8349emitx board

2008-09-04 Thread Gary Thomas
Scott Wood wrote: On Wed, Sep 03, 2008 at 03:55:41PM -0700, Oscar Takeshita wrote: I've been trying to hook an IRQ on a modified mpc8349emitx board without success. The IRQ is hooked physically to IRQ1/GPIO2[13] on the mpc8349e. No other devices are tied to this pin. I'm using uboot 1.2.0 a

Re: Hooking an IRQ on a modified mpc8349emitx board

2008-09-04 Thread Scott Wood
On Wed, Sep 03, 2008 at 03:55:41PM -0700, Oscar Takeshita wrote: > I've been trying to hook an IRQ on a modified mpc8349emitx board without > success. > > The IRQ is hooked physically to IRQ1/GPIO2[13] on the mpc8349e. No other > devices are > tied to this pin. > > I'm using uboot 1.2.0 and ker

Hooking an IRQ on a modified mpc8349emitx board

2008-09-03 Thread Oscar Takeshita
Hi, I've been trying to hook an IRQ on a modified mpc8349emitx board without success. The IRQ is hooked physically to IRQ1/GPIO2[13] on the mpc8349e. No other devices are tied to this pin. I'm using uboot 1.2.0 and kernel 2.6.22.19. Do I need to have a dts entry for this interrupt in order