From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.sh.mvista.com (unknown [63.81.120.155]) by ozlabs.org (Postfix) with ESMTP id 249C4679E9 for ; Wed, 30 Aug 2006 01:26:24 +1000 (EST) Message-ID: <44F45CDD.5060206@ru.mvista.com> Date: Tue, 29 Aug 2006 19:27:25 +0400 From: Sergei Shtylyov MIME-Version: 1.0 To: Kim Phillips Subject: Re: [PATCH] corrected PCI interrupt sense values to level low in mpc8349emds.dts References: <20060828174910.236bf042.kim.phillips@freescale.com> In-Reply-To: <20060828174910.236bf042.kim.phillips@freescale.com> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello. Kim Phillips wrote: > Corrected PCI interrupt sense values to level low in mpc8349emds.dts, per Leo's recommendation. > Signed-off-by: Kim Phillips > --- > applies on top of "[PATCH 4/4] Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts" > arch/powerpc/boot/dts/mpc8349emds.dts | 112 +++++++++++++++++---------------- > 1 files changed, 56 insertions(+), 56 deletions(-) > > diff --git a/arch/powerpc/boot/dts/mpc8349emds.dts b/arch/powerpc/boot/dts/mpc8349emds.dts > index 7e4508b..0643db9 100644 > --- a/arch/powerpc/boot/dts/mpc8349emds.dts > +++ b/arch/powerpc/boot/dts/mpc8349emds.dts > @@ -178,46 +178,46 @@ > interrupt-map = < > > /* IDSEL 0x11 */ > - 8800 0 0 1 700 14 0 > - 8800 0 0 2 700 15 0 > - 8800 0 0 3 700 16 0 > - 8800 0 0 4 700 17 0 > + 8800 0 0 1 700 14 2 > + 8800 0 0 2 700 15 2 > + 8800 0 0 3 700 16 2 > + 8800 0 0 4 700 17 2 Since when 2 means level low? 2 is level high, 1 is level low. WBR, Sergei