From patchwork Tue Oct 15 18:43:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 3047341 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D8401BF924 for ; Tue, 15 Oct 2013 18:44:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4A03220394 for ; Tue, 15 Oct 2013 18:44:09 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F27712011D for ; Tue, 15 Oct 2013 18:44:07 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VW9b7-00037H-NB; Tue, 15 Oct 2013 18:44:01 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VW9b4-0001Cc-Rr; Tue, 15 Oct 2013 18:43:58 +0000 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VW9b1-0001Bw-LF for linux-arm-kernel@lists.infradead.org; Tue, 15 Oct 2013 18:43:56 +0000 Received: from c-50-131-214-131.hsd1.ca.comcast.net ([50.131.214.131] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1VW9ag-000MiR-90; Tue, 15 Oct 2013 18:43:34 +0000 Received: from Mutt by mutt-smtp-wrapper.pl 1.2 (www.zdo.com/articles/mutt-smtp-wrapper.shtml) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+7xW43A2fTaU4NGm1+9jVK Date: Tue, 15 Oct 2013 11:43:32 -0700 From: Tony Lindgren To: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 5/8] ARM: dts: Add basic support for TMDSEVM3730 (Mistral AM/DM37x EVM) Message-ID: <20131015184306.GC11234@atomide.com> References: <20131010221833.9063.49904.stgit@localhost> <20131010222053.9063.81702.stgit@localhost> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20131010222053.9063.81702.stgit@localhost> User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131015_144355_729208_359F5BBB X-CRM114-Status: GOOD ( 13.19 ) X-Spam-Score: -1.9 (-) Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP * Tony Lindgren [131010 15:29]: > I've tested the serial, MMC, smsc911x, wl12xx, and off-idle support > with the pinctrl patches, so it probably works better than the > board-*.c files ever did. Also the board-omap3evm.c file is broken > for the DSS, and has been for a while. Patches are welcome to fix > it in this .dts file, let's just drop the board-*.c file for this. Oops, the NAND I did not test and the copied partition map is different from the board file. Here's the updated partition map. I've tested the NAND using ubifs on the last partition. I'm folding in the following fix as I did not push it out yet. Regards, Tony --- a/arch/arm/boot/dts/omap3-evm-37xx.dts +++ b/arch/arm/boot/dts/omap3-evm-37xx.dts @@ -94,7 +94,7 @@ <5 0 0x2c000000 0x01000000>; nand@0,0 { - linux,mtd-name= "micron,mt29c4g96maz"; + linux,mtd-name= "hynix,h8kds0un0mer-4em"; reg = <0 0 0>; nand-bus-width = <16>; ti,nand-ecc-opt = "bch8"; @@ -118,24 +118,24 @@ #size-cells = <1>; partition@0 { - label = "SPL"; - reg = <0 0x100000>; + label = "X-Loader"; + reg = <0 0x80000>; }; partition@0x80000 { label = "U-Boot"; - reg = <0x100000 0x180000>; + reg = <0x80000 0x1c0000>; }; partition@0x1c0000 { label = "Environment"; - reg = <0x280000 0x100000>; + reg = <0x240000 0x40000>; }; partition@0x280000 { label = "Kernel"; - reg = <0x380000 0x300000>; + reg = <0x280000 0x500000>; }; partition@0x780000 { label = "Filesystem"; - reg = <0x680000 0x1f980000>; + reg = <0x780000 0x1f880000>; }; };