From patchwork Tue Dec 8 23:48:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chaiken, Alison" X-Patchwork-Id: 7802851 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 47FA3BEEE1 for ; Tue, 8 Dec 2015 23:51:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6D62820453 for ; Tue, 8 Dec 2015 23:51:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 951BF2042B for ; Tue, 8 Dec 2015 23:51:42 +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 1a6S0g-0004t5-O5; Tue, 08 Dec 2015 23:49:30 +0000 Received: from relay1.mentorg.com ([192.94.38.131]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1a6S0W-0004oN-T5 for linux-arm-kernel@lists.infradead.org; Tue, 08 Dec 2015 23:49:22 +0000 Received: from svr-orw-fem-06.mgc.mentorg.com ([147.34.97.120]) by relay1.mentorg.com with esmtp id 1a6S0G-0006Ok-Dv from Alison_Chaiken@mentor.com ; Tue, 08 Dec 2015 15:49:04 -0800 Received: from bonnet.world.mentorg.com (147.34.91.1) by SVR-ORW-FEM-06.mgc.mentorg.com (147.34.97.120) with Microsoft SMTP Server id 14.3.224.2; Tue, 8 Dec 2015 15:49:03 -0800 From: Alison Chaiken To: Subject: [PATCH v2 2/2] ARM: dts: imx6qdl-sabreauto: enable partitions for parallel NOR Date: Tue, 8 Dec 2015 15:48:40 -0800 Message-ID: <1449618520-3432-3-git-send-email-alison_chaiken@mentor.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1449618520-3432-1-git-send-email-alison_chaiken@mentor.com> References: <20151207082440.GY11966@pengutronix.de> <1449618520-3432-1-git-send-email-alison_chaiken@mentor.com> Organization: Mentor Embedded Software MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151208_154921_185284_23880620 X-CRM114-Status: UNSURE ( 6.09 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, alison@she-devel.com, rowand.list@gmail.com, kernel@pengutronix.de, shawnguo@kernel.org, alison_chaiken@mentor.com 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.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_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 Add a 'partitions' property to the nor child of the WEIM bus so that ofpart will allow partition creation. Signed-off-by: Alison Chaiken --- arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi index 8263fc1..1a29fff 100644 --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi @@ -625,5 +625,9 @@ bank-width = <2>; fsl,weim-cs-timing = <0x00620081 0x00000001 0x1c022000 0x0000c000 0x1404a38e 0x00000000>; + partitions@0 { + label = "pnor"; + reg = <0x0 0x1000000>; + }; }; };