From patchwork Thu Aug 25 08:02:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 74664 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp710482qga; Thu, 25 Aug 2016 01:01:11 -0700 (PDT) X-Received: by 10.28.214.130 with SMTP id n124mr6422760wmg.37.1472112071717; Thu, 25 Aug 2016 01:01:11 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id i71si30583909wme.14.2016.08.25.01.01.11; Thu, 25 Aug 2016 01:01:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C68F5A7541; Thu, 25 Aug 2016 10:01:10 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U5ufpzAWEAe8; Thu, 25 Aug 2016 10:01:10 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0B5A5A7528; Thu, 25 Aug 2016 10:01:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 23094A752D for ; Thu, 25 Aug 2016 10:00:59 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16OtFvlZTNsT for ; Thu, 25 Aug 2016 10:00:59 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 66FC14BA5C for ; Thu, 25 Aug 2016 10:00:55 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u7P80TwF018443; Thu, 25 Aug 2016 17:00:31 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u7P80TwF018443 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1472112031; bh=lZpzPtQcbUjmHBIpHdboREmENJOaGYY02TcXDozoNxY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=omJ8TZFbfBwykPZx/c/AfHvhiphlV9BxjEKxQGonUGOlYEFLIrN7QDewSCxIiB3TV KU74sADbffwpHhJnYqjOQIsHyD+ud1u4TpUPPAZPHeYLi/lLGvlkWKJU8d4R0wLBK7 Iy4GWWzx2ls8trp8CDLT+A2aAiOD6/tgxIN2cPArSvAPZrloVKYg28MjBpUrqMIwpm H7/13MzRXqJ2Gbwvityo4aBhApT+XcxHM/vFqfWroj+ijkoruahzH1umkGfVdOTMtr k3mRy3SQSMNtmMhGQri5o5IT41q0ab7fFa79ZFhZraAZalb/gyao6eWJl3KWgqVmOb 5CgFzyNeQw3+g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 25 Aug 2016 17:02:33 +0900 Message-Id: <1472112154-6156-4-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1472112154-6156-1-git-send-email-yamada.masahiro@socionext.com> References: <1472112154-6156-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 3/3] ARM: dts: uniphier: add u-boot, dm-pre-reloc to use eMMC boot on sLD3 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The eMMC on sLD3 is assigned with dedicated pins (only multiplexed with GPIO), so it shouldn't hurt to enable eMMC on SPL all the time. Signed-off-by: Masahiro Yamada --- arch/arm/dts/uniphier-ph1-sld3-ref.dts | 8 ++++++++ arch/arm/dts/uniphier-ph1-sld3.dtsi | 1 + 2 files changed, 9 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/dts/uniphier-ph1-sld3-ref.dts b/arch/arm/dts/uniphier-ph1-sld3-ref.dts index 099df83..0863588 100644 --- a/arch/arm/dts/uniphier-ph1-sld3-ref.dts +++ b/arch/arm/dts/uniphier-ph1-sld3-ref.dts @@ -85,3 +85,11 @@ &serial0 { u-boot,dm-pre-reloc; }; + +&mio { + u-boot,dm-pre-reloc; +}; + +&emmc { + u-boot,dm-pre-reloc; +}; diff --git a/arch/arm/dts/uniphier-ph1-sld3.dtsi b/arch/arm/dts/uniphier-ph1-sld3.dtsi index c3adaf1..6a95541 100644 --- a/arch/arm/dts/uniphier-ph1-sld3.dtsi +++ b/arch/arm/dts/uniphier-ph1-sld3.dtsi @@ -61,6 +61,7 @@ #size-cells = <1>; ranges; interrupt-parent = <&intc>; + u-boot,dm-pre-reloc; timer@20000200 { compatible = "arm,cortex-a9-global-timer";