From owner-p4-projects@FreeBSD.ORG Mon Feb 15 17:04:41 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id DEA721065758; Mon, 15 Feb 2010 17:04:40 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36714106566C for ; Mon, 15 Feb 2010 17:04:40 +0000 (UTC) (envelope-from raj@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0BD548FC18 for ; Mon, 15 Feb 2010 17:04:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1FH4dv9057334 for ; Mon, 15 Feb 2010 17:04:39 GMT (envelope-from raj@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1FH4dk9057332 for perforce@freebsd.org; Mon, 15 Feb 2010 17:04:39 GMT (envelope-from raj@freebsd.org) Date: Mon, 15 Feb 2010 17:04:39 GMT Message-Id: <201002151704.o1FH4dk9057332@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to raj@freebsd.org using -f From: Rafal Jaworowski To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 174725 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 17:04:41 -0000 http://p4web.freebsd.org/chv.cgi?CH=174725 Change 174725 by raj@raj_fdt on 2010/02/15 17:04:04 Adjust MPC85XX DTS files. - Provide localbus node for the MPC8555CDS. - Make MPC8572DS localbus node reflect really used chip selects (the 'ranges' prop will require more cleanup in the future when we'll start using NAND controller). Affected files ... .. //depot/projects/fdt/sys/boot/fdt/dts/mpc8555cds.dts#2 edit .. //depot/projects/fdt/sys/boot/fdt/dts/mpc8572ds.dts#2 edit Differences ... ==== //depot/projects/fdt/sys/boot/fdt/dts/mpc8555cds.dts#2 (text+ko) ==== @@ -98,6 +98,46 @@ reg = <0x0 0x8000000>; // 128M at 0x0 }; + localbus@e0005000 { + #address-cells = <2>; + #size-cells = <1>; + compatible = "fsl,lbc", "fsl,elbc"; + reg = <0xe0005000 0x1000>; + interrupts = <19 2>; + interrupt-parent = <&mpic>; + + ranges = <0x0 0x0 0xff800000 0x00800000 + 0x1 0x0 0xff000000 0x00800000 + 0x2 0x0 0xf8000000 0x00008000>; + + nor@0,0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "cfi-flash"; + reg = <0x0 0x0 0x00800000>; + bank-width = <2>; + device-width = <1>; + }; + + nor@1,0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "cfi-flash"; + reg = <0x1 0x0 0x00800000>; + bank-width = <2>; + device-width = <1>; + }; + + rtc@2,0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "dallas,ds1553"; + reg = <0x2 0x0 0x00008000>; + bank-width = <1>; + device-width = <1>; + }; + }; + soc8555@e0000000 { #address-cells = <1>; #size-cells = <1>; ==== //depot/projects/fdt/sys/boot/fdt/dts/mpc8572ds.dts#2 (text+ko) ==== @@ -120,13 +120,7 @@ interrupts = <19 2>; interrupt-parent = <&mpic>; - ranges = <0x0 0x0 0x0 0xe8000000 0x08000000 - 0x1 0x0 0x0 0xe0000000 0x08000000 - 0x2 0x0 0x0 0xffa00000 0x00040000 - 0x3 0x0 0x0 0xffdf0000 0x00008000 - 0x4 0x0 0x0 0xffa40000 0x00040000 - 0x5 0x0 0x0 0xffa80000 0x00040000 - 0x6 0x0 0x0 0xffac0000 0x00040000>; + ranges = <0x0 0x0 0x0 0xe8000000 0x08000000>; nor@0,0 { #address-cells = <1>;