From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id A0FBDDDDEA for ; Wed, 23 May 2007 06:42:00 +1000 (EST) Message-ID: <465354A0.5020502@freescale.com> Date: Tue, 22 May 2007 15:37:52 -0500 From: xianghua xiao MIME-Version: 1.0 To: Zhang Wei Subject: Re: [PATCH 2/5] Add uli1575 pci-bridge sector to MPC8641HPCN dts file. References: <11798051102658-git-send-email-wei.zhang@freescale.com> <11798051101543-git-send-email-wei.zhang@freescale.com> <1179805110272-git-send-email-wei.zhang@freescale.com> In-Reply-To: <1179805110272-git-send-email-wei.zhang@freescale.com> Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , where is the new uli1575 node referred except for this added snippet? thanks, xianghua Zhang Wei wrote: >Add uli1575 pci-bridge sector. It fixes the issue of ULI1575 not found on rev.2 board. > >Signed-off-by: Zhang Wei >--- > arch/powerpc/boot/dts/mpc8641_hpcn.dts | 6 ++++++ > arch/powerpc/boot/dts/mpc8641_hpcn_srio.dts | 6 ++++++ > 2 files changed, 12 insertions(+), 0 deletions(-) > >diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts >index 260b264..04626b1 100644 >--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts >+++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts >@@ -297,6 +297,12 @@ > interrupts = <49 2>; > interrupt-parent = <&mpic>; > }; >+ uli1575: uli1575@100 { >+ reg = <0 0 0 0 0>; >+ pci_bridge@200 { >+ reg = <0 0 0 0 0>; >+ }; >+ }; > > }; > > >