From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw01.freescale.net (de01egw01.freescale.net [192.88.165.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id D6977DDE49 for ; Fri, 17 Aug 2007 07:43:19 +1000 (EST) Message-ID: <46C4C4E6.9070406@freescale.com> Date: Thu, 16 Aug 2007 16:43:02 -0500 From: Scott Wood MIME-Version: 1.0 To: robert lazarski Subject: Re: external IRQ's References: <46C47A1D.5030303@freescale.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , robert lazarski wrote: > Why <1d 2 1e 2 22 2> ? I can't seem to parse these numbers They alternate between IRQ numbers and level/sense information, and the IRQ numbers are the internal IRQ number plus 16. > - how do I > know what to use for my external interupts 1,2 for phy's 0,1 using a > 88E1121R and for external interupts 3,4 for phy's 2,3 using a 88E1111 > ? I thought it was interrupts 0-3, not 1-4? If, like the CDS board, you have level-triggered active-low phy interrupts, then <0 1>, <1 1>, <2 1>, and <3 1>. If not, then choose an appropriate value for the second cell based on booting-without-of.txt. -Scott