From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from exprod5og109.obsmtp.com (exprod5og109.obsmtp.com [64.18.0.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 89C5CDDE98 for ; Tue, 28 Apr 2009 02:24:35 +1000 (EST) From: Martyn Welch Subject: [PATCH] powerpc/86xx: Add device_type entry to soc for ppc9a To: galak@kernel.crashing.org Date: Mon, 27 Apr 2009 17:24:28 +0100 Message-ID: <20090427162428.8133.23523.stgit@ubuntu8041.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The 'device_type = "soc";' line *is* needed in the DTS for get_immrbase() to return the correct address. Signed-off-by: Martyn Welch --- arch/powerpc/boot/dts/gef_ppc9a.dts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/gef_ppc9a.dts b/arch/powerpc/boot/dts/gef_ppc9a.dts index d47ad07..53a7a62 100644 --- a/arch/powerpc/boot/dts/gef_ppc9a.dts +++ b/arch/powerpc/boot/dts/gef_ppc9a.dts @@ -161,6 +161,7 @@ #address-cells = <1>; #size-cells = <1>; #interrupt-cells = <2>; + device_type = "soc"; compatible = "fsl,mpc8641-soc", "simple-bus"; ranges = <0x0 0xfef00000 0x00100000>; reg = <0xfef00000 0x100000>; // CCSRBAR 1M