From patchwork Sun Feb 12 14:44:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 93833 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp704184qgi; Sun, 12 Feb 2017 06:45:25 -0800 (PST) X-Received: by 10.223.173.40 with SMTP id p37mr16750756wrc.136.1486910725860; Sun, 12 Feb 2017 06:45:25 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id i15si9914818wrb.230.2017.02.12.06.45.25; Sun, 12 Feb 2017 06:45:25 -0800 (PST) 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 2412BB38AC; Sun, 12 Feb 2017 15:45:24 +0100 (CET) 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 sKeSOogv0gXx; Sun, 12 Feb 2017 15:45:23 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 274CAA79F3; Sun, 12 Feb 2017 15:45:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DAFE4A79F3 for ; Sun, 12 Feb 2017 15:45:19 +0100 (CET) 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 FJmH4wm_-17c for ; Sun, 12 Feb 2017 15:45:19 +0100 (CET) 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-10.nifty.com (conuserg-10.nifty.com [210.131.2.77]) by theia.denx.de (Postfix) with ESMTPS id 295CEA79F2 for ; Sun, 12 Feb 2017 15:45:15 +0100 (CET) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-10.nifty.com with ESMTP id v1CEj0PO018002; Sun, 12 Feb 2017 23:45:03 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v1CEj0PO018002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1486910703; bh=+dAeeBU3bPIhN1RWeeHNwYioTsQG+Pk/VPRNfw5/UMw=; h=From:To:Cc:Subject:Date:From; b=MGAP7CX2AbPRewS27CKWwDZ96S7BMaMrYq39CWMO/XDlwRw7dhqXBP/rruSRtjTtk rMB2eiAlLcaYmIobnH+g2pkP6I009xbm9xc/hcxYcnwVtwhZpPbeTiqxpc3ruHNkJ5 TAFHVkpo2fD6b2+qsI5SZvsLuJqwhSebQCabnkAupXCDbwVz2SaMNfnXJcp4eVBnVi VugG2wcFFldhyOacAgdUTPyeT6cniJnCtgMDwt+5oymPgQusF49kyrpOED3/p6LbX+ zuf5lro6Ry49YDZA0nbCJ1C65+YtJGYQZjJ69DVEGVlEj2h4VF8wkZyoPoQe0F/83r Y7J7RqZxstFVQ== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 12 Feb 2017 23:44:57 +0900 Message-Id: <1486910698-7008-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Cc: Albert Aribaud Subject: [U-Boot] [PATCH] ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl node 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" Since commit 26b09c022ab6 ("ARM: uniphier: move SBC and Support Card init code to U-Boot proper"), SPL does not need pin-mux settings for the System Bus. Signed-off-by: Masahiro Yamada --- arch/arm/dts/uniphier-ld11-ref.dts | 4 ---- arch/arm/dts/uniphier-ld20-ref.dts | 4 ---- 2 files changed, 8 deletions(-) -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/dts/uniphier-ld11-ref.dts b/arch/arm/dts/uniphier-ld11-ref.dts index ea11198..7693bf2 100644 --- a/arch/arm/dts/uniphier-ld11-ref.dts +++ b/arch/arm/dts/uniphier-ld11-ref.dts @@ -71,7 +71,3 @@ &pinctrl_uart0 { u-boot,dm-pre-reloc; }; - -&pinctrl_system_bus { - u-boot,dm-pre-reloc; -}; diff --git a/arch/arm/dts/uniphier-ld20-ref.dts b/arch/arm/dts/uniphier-ld20-ref.dts index 044e000..41ee07e 100644 --- a/arch/arm/dts/uniphier-ld20-ref.dts +++ b/arch/arm/dts/uniphier-ld20-ref.dts @@ -59,7 +59,3 @@ &pinctrl_uart0 { u-boot,dm-pre-reloc; }; - -&pinctrl_system_bus { - u-boot,dm-pre-reloc; -};