From patchwork Sun Apr 13 06:59:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 3973541 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 8F63DBFF02 for ; Sun, 13 Apr 2014 07:04:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ABD102028D for ; Sun, 13 Apr 2014 07:04:00 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3EFA22024C for ; Sun, 13 Apr 2014 07:03:59 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WZEOy-0002xw-BS; Sun, 13 Apr 2014 07:00:28 +0000 Received: from smtp41.i.mail.ru ([94.100.177.101]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WZEOu-0001vd-M1 for linux-arm-kernel@lists.infradead.org; Sun, 13 Apr 2014 07:00:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=S1DiKgHyoOCTgIvLsTP9qdyVoZ+Hb7PNI+vKr9g83Dk=; b=vAKJwKNnOAbAdpvxDn5mLL9ZprSl7B4Sm1sdoW7WZKenJ3iwLKiw54RuDwdkIWgQJWBsE2bRF0HtkBaoXPEfolHDtwUZpB+wy7UYkIwYI3Hdw7MbbVYK2rELFlJrbApGvEgiZlrYej2/beenePjbEmlvaqrjWvsRDjLBE6SvalY=; Received: from [5.18.98.0] (port=46002 helo=shc.zet) by smtp41.i.mail.ru with esmtpa (envelope-from ) id 1WZEOW-0005ty-0F; Sun, 13 Apr 2014 11:00:00 +0400 From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] ARM: dts: i.MX51: Allow to define partitions onto SDHC, PATA and NFC Date: Sun, 13 Apr 2014 10:59:49 +0400 Message-Id: <1397372389-32016-2-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1397372389-32016-1-git-send-email-shc_work@mail.ru> References: <1397372389-32016-1-git-send-email-shc_work@mail.ru> X-Mras: Ok X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140413_000025_370851_9075CA67 X-CRM114-Status: UNSURE ( 9.95 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: Alexander Shiyan , Sascha Hauer , Shawn Guo 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=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 This patch allow to define partitions onto SDHC, PATA and NFC in user defined devicetrees. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx51.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index cb3204a..12f0084 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -161,6 +161,8 @@ ranges; esdhc1: esdhc@70004000 { + #address-cells = <1>; + #size-cells = <1>; compatible = "fsl,imx51-esdhc"; reg = <0x70004000 0x4000>; interrupts = <1>; @@ -172,6 +174,8 @@ }; esdhc2: esdhc@70008000 { + #address-cells = <1>; + #size-cells = <1>; compatible = "fsl,imx51-esdhc"; reg = <0x70008000 0x4000>; interrupts = <2>; @@ -219,6 +223,8 @@ }; esdhc3: esdhc@70020000 { + #address-cells = <1>; + #size-cells = <1>; compatible = "fsl,imx51-esdhc"; reg = <0x70020000 0x4000>; interrupts = <3>; @@ -231,6 +237,8 @@ }; esdhc4: esdhc@70024000 { + #address-cells = <1>; + #size-cells = <1>; compatible = "fsl,imx51-esdhc"; reg = <0x70024000 0x4000>; interrupts = <4>; @@ -534,6 +542,8 @@ }; nfc: nand@83fdb000 { + #address-cells = <1>; + #size-cells = <1>; compatible = "fsl,imx51-nand"; reg = <0x83fdb000 0x1000 0xcfff0000 0x10000>; interrupts = <8>; @@ -542,6 +552,8 @@ }; pata: pata@83fe0000 { + #address-cells = <1>; + #size-cells = <1>; compatible = "fsl,imx51-pata", "fsl,imx27-pata"; reg = <0x83fe0000 0x4000>; interrupts = <70>;