From patchwork Sun Jun 23 06:54:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 2766841 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3C0909F472 for ; Sun, 23 Jun 2013 06:59:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6D8E320111 for ; Sun, 23 Jun 2013 06:59:12 +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 DD78B2010F for ; Sun, 23 Jun 2013 06:59:10 +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 1UqeEK-0007r2-Pn; Sun, 23 Jun 2013 06:56:59 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeDl-00008k-TJ; Sun, 23 Jun 2013 06:56:21 +0000 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeD1-0008WN-6O for linux-arm-kernel@lists.infradead.org; Sun, 23 Jun 2013 06:55:36 +0000 Received: by mail-la0-f49.google.com with SMTP id ea20so8965697lab.36 for ; Sat, 22 Jun 2013 23:55:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=Qnip5H43t7++lvlp+xbJcUxd40eneid3cSGwSLiMxvM=; b=0DUzcRnYZTtOYDJ4HNnhuX3hEjWrAxlqYOCABAH7YYdgWfZTeaOETEdGZMhsmrchSW 1wCiu2tSC7xSgqy1mkhGOpgvcpqluMRS5P548o1o83zzsNRgmMkNHVA/PoRH4zn3524D /tK6DlWDjj3VejAZeN53cv0ajSau+WXRveJlBXIkoMzRFCdjq+/BXDj3zgDmZ01PIlvX EeTqh1xSwBZPmJxCr37imX/ugGQAtLGeYBGMIQJMRnay4M5AyMZvuFFiXi4OdclZMnOg xtXAW4Vt0v56vS0RRLIG9gQn6QUX6N6CEqHdL88KT6yiWivKs/Qk0kPLvxEGjSsRSklz Ahkg== X-Received: by 10.152.28.34 with SMTP id y2mr9058202lag.0.1371970512688; Sat, 22 Jun 2013 23:55:12 -0700 (PDT) Received: from shc.zet ([188.134.40.128]) by mx.google.com with ESMTPSA id i9sm4395924lai.4.2013.06.22.23.55.11 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Jun 2013 23:55:11 -0700 (PDT) From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 5/6] ARM: dts: imx27-phytec-phycore-som: Define minimal memory layout Date: Sun, 23 Jun 2013 10:54:49 +0400 Message-Id: <1371970490-10874-5-git-send-email-eagle.alexander923@gmail.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1371970490-10874-1-git-send-email-eagle.alexander923@gmail.com> References: <1371970490-10874-1-git-send-email-eagle.alexander923@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130623_025535_451107_83D54DA2 X-CRM114-Status: GOOD ( 10.67 ) X-Spam-Score: -1.8 (-) Cc: Sascha Hauer , Shawn Guo , Russell King , Alexander Shiyan , 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.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, 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 From: Alexander Shiyan Define minimal memory layout for i.MX27 PCM-038 module. This will help to use appended DTB with non-DT capable bootloaders. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx27-phytec-phycore-som.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts index f010565..76edf59 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts @@ -17,7 +17,7 @@ compatible = "phytec,imx27-pcm038", "fsl,imx27"; memory { - reg = <0x0 0x0>; + reg = <0xa0000000 0x08000000>; }; soc {