From patchwork Wed Jul 6 10:24:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 71447 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp788751qgy; Wed, 6 Jul 2016 03:23:03 -0700 (PDT) X-Received: by 10.194.104.134 with SMTP id ge6mr22708128wjb.157.1467800583146; Wed, 06 Jul 2016 03:23:03 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id fi5si2707185wjb.85.2016.07.06.03.23.02; Wed, 06 Jul 2016 03:23:03 -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 667D0A74DA; Wed, 6 Jul 2016 12:23:02 +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 YZNpfJkAwkc1; Wed, 6 Jul 2016 12:23:02 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1D2254BE6F; Wed, 6 Jul 2016 12:23:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AEEA64BE6F for ; Wed, 6 Jul 2016 12:22:57 +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 yn4M77UzaNA8 for ; Wed, 6 Jul 2016 12:22:57 +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-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by theia.denx.de (Postfix) with ESMTPS id 03CE74BDE9 for ; Wed, 6 Jul 2016 12:22:52 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id u66AMZJR016000 for ; Wed, 6 Jul 2016 19:22:36 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com u66AMZJR016000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1467800556; bh=6vrxxI61wi486zrEyprGEyz5SHVmKqS2sr86Jvp5YHU=; h=From:To:Subject:Date:From; b=cXqiJo4lJs6XFVYKjRI5wYraEzQOusHdY4mqpx+AoDDvLD3Zr7FMTd8Qys/Sl7f/u H37KZgX2kWTLowmUAmvlGFsVoKODD5fSOuZvZtXduQtriPHCImv8Xu7OuIptjmn6Na z3OisW/2lEi5VStpuYnJ52AYh+MVGgj6KMfBW2RR0DZpwR9r3JXRalu5Xb2MGE0Vmj Uu3TRuF17pHrMYgFQ7ogkBf8iT3NO9VXsAgG/8NTuCfNXWlkCIkazPmB4pbChPLrd9 sp7kmS4331/Bn3Z9VnQiDTvIXNNloOnW2B3abveVQux01LOI6ITpkpPTyI2aYD51Nx XSK4w6Cmtc2fw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 6 Jul 2016 19:24:09 +0900 Message-Id: <1467800649-4941-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Subject: [U-Boot] [PATCH] ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards 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" On these two boards, the serial0 is used for inter-chip connection, so cannot be used for login console. The serial2 is used instead for them, but it is tedious to use because upper level deployment projects must switch login console per board. [ Linux commit: 2a4a2aadbaad9dffdb564a2895348f3d8e825416 ] Signed-off-by: Masahiro Yamada Signed-off-by: Olof Johansson --- arch/arm/dts/uniphier-proxstream2-gentil.dts | 8 ++++---- arch/arm/dts/uniphier-proxstream2-vodka.dts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) -- 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-proxstream2-gentil.dts b/arch/arm/dts/uniphier-proxstream2-gentil.dts index 61f6164..1175703 100644 --- a/arch/arm/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/dts/uniphier-proxstream2-gentil.dts @@ -19,13 +19,13 @@ }; chosen { - stdout-path = "serial2:115200n8"; + stdout-path = "serial0:115200n8"; }; aliases { - serial0 = &serial0; - serial1 = &serial1; - serial2 = &serial2; + serial0 = &serial2; + serial1 = &serial0; + serial2 = &serial1; i2c0 = &i2c0; i2c2 = &i2c2; i2c4 = &i2c4; diff --git a/arch/arm/dts/uniphier-proxstream2-vodka.dts b/arch/arm/dts/uniphier-proxstream2-vodka.dts index 3d5b300..928a092 100644 --- a/arch/arm/dts/uniphier-proxstream2-vodka.dts +++ b/arch/arm/dts/uniphier-proxstream2-vodka.dts @@ -19,13 +19,13 @@ }; chosen { - stdout-path = "serial2:115200n8"; + stdout-path = "serial0:115200n8"; }; aliases { - serial0 = &serial0; - serial1 = &serial1; - serial2 = &serial2; + serial0 = &serial2; + serial1 = &serial0; + serial2 = &serial1; i2c0 = &i2c0; i2c4 = &i2c4; i2c5 = &i2c5;