From patchwork Sat Jun 29 06:28:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 2803261 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 BC17FBF4A1 for ; Sat, 29 Jun 2013 06:29:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D72FB20105 for ; Sat, 29 Jun 2013 06:29:38 +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 3E16820104 for ; Sat, 29 Jun 2013 06:29:37 +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 1Usoey-0000kk-Mq; Sat, 29 Jun 2013 06:29:25 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Usoew-0004mc-4Q; Sat, 29 Jun 2013 06:29:22 +0000 Received: from smtp29.i.mail.ru ([94.100.177.89]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Usoes-0004m4-7A for linux-arm-kernel@lists.infradead.org; Sat, 29 Jun 2013 06:29:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Message-Id:Date:Subject:Cc:To:From; bh=x+hJ44I4rqJ77VQ724NGYKCKlHkSTKfOJHEo+71AyEo=; b=Cvov8GB2m3pRUXZKcr7w35pm85La8gb65GYLWueicvisJJzThDWA7PhDF9pLNb+qluWalc2lOmdkGwqy9StgO4vP1jOI/qOK05WxQFJbBROR8Q3jLqA6IvSymO5wXVmJT0ImuaLDOiXpUA2oDdyQESk4dGkxOPtYzAB/1xJqgjY=; Received: from [188.134.40.128] (port=62562 helo=shc.zet) by smtp29.i.mail.ru with esmtpa (envelope-from ) id 1UsoeT-0004t8-Tc; Sat, 29 Jun 2013 10:28:54 +0400 From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: dts: i.MX27: Add Secondary AHB Port definitions Date: Sat, 29 Jun 2013 10:28:45 +0400 Message-Id: <1372487325-14405-1-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.8.1.5 X-Mras: Ok X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130629_022918_833769_9DDDE5BB X-CRM114-Status: UNSURE ( 7.58 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: Sascha Hauer , Shawn Guo , Alexander Shiyan 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID, 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 Patch adds Secondary AHB Port definitions for i.MX27 SOC and moves NAND Flash Controller (NFC) under AHB Slave Port 1. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx27.dtsi | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 86b6f5f..7c0179e 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -399,14 +399,30 @@ }; }; - nfc: nand@d8000000 { + ahb1: ahb@80000000 { /* Secondary AHB Slave Port 1 */ + compatible = "fsl,ahb-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>; - compatible = "fsl,imx27-nand"; - reg = <0xd8000000 0x1000>; - interrupts = <29>; - clocks = <&clks 54>; - status = "disabled"; + reg = <0x80000000 0x20000000>; + ranges; + }; + + ahb2: ahb@a0000000 { /* Secondary AHB Slave Port 2 */ + compatible = "fsl,ahb-bus", "simple-bus"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0xa0000000 0x40000000>; + ranges; + + nfc: nand@d8000000 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "fsl,imx27-nand"; + reg = <0xd8000000 0x1000>; + interrupts = <29>; + clocks = <&clks 54>; + status = "disabled"; + }; }; iram: iram@ffff4c00 {