From patchwork Thu Apr 20 07:54:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 97721 Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp671353qgf; Thu, 20 Apr 2017 00:55:08 -0700 (PDT) X-Received: by 10.223.162.197 with SMTP id t5mr5428003wra.183.1492674908381; Thu, 20 Apr 2017 00:55:08 -0700 (PDT) Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id 64si7833392wrn.189.2017.04.20.00.55.07; Thu, 20 Apr 2017 00:55:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; 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 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id CC428C21D6B; Thu, 20 Apr 2017 07:55:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 11AA2C21C50; Thu, 20 Apr 2017 07:55:04 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 7FD6CC21CB5; Thu, 20 Apr 2017 07:55:02 +0000 (UTC) Received: from conuserg-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by lists.denx.de (Postfix) with ESMTPS id 97AE6C21C76 for ; Thu, 20 Apr 2017 07:55:01 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id v3K7sktF008495; Thu, 20 Apr 2017 16:54:46 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com v3K7sktF008495 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1492674886; bh=ihhc/OYwA/hZr9D9FWM6cCqExWeDTyeTPkiLFlpqK24=; h=From:To:Cc:Subject:Date:From; b=gnIEXmZf+gweYy2ykwHGUz5Nk11w45ZxAmdf4W8bi6kHpHZhTkewSwLOL8fcfXSf/ upHLSbEggL/1wKDeiK/l4Ry9pWC+KZ7IyiLg2woDz48izMn4dcDj9MI+WbxfiwUVpp L7utTJB2ckg8n9pp6msbQdcM7u7J0vjhuXgBRcnYHnVFLRvHlompOlbFgoNrgfTmFt 6Ir0rALzFcjz0RbKijPmNwKTV6jPd+SQvsruWsqdEfznaF0++XJ0rQnh54+TBDUQDz Fm04Q+4+JTJi+WVp1vmjZiwpXdCS/7jPqMVWw0dHMU811nnDyp9mKerEZCxhUgDOnN X1DvC7bmQpUEA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 20 Apr 2017 16:54:41 +0900 Message-Id: <1492674884-24795-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Subject: [U-Boot] [PATCH 0/3] ARM: uniphier: UniPhier changes for v2017.05 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Masahiro Yamada (3): ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfig ARM: uniphier: show STM (SCP) status on boot and pinmon command ARM: dts: uniphier: sync Device Tree with Linux arch/arm/dts/uniphier-ld11.dtsi | 59 +++++++++++++++--- arch/arm/dts/uniphier-ld20.dtsi | 77 ++++++++++++++++++------ arch/arm/dts/uniphier-pro5.dtsi | 72 ++++++++++++++++------ arch/arm/dts/uniphier-pxs2.dtsi | 56 ++++++++++++++--- arch/arm/mach-uniphier/Makefile | 2 + arch/arm/mach-uniphier/board_late_init.c | 16 +++-- arch/arm/mach-uniphier/boot-device/boot-device.c | 38 +++++++++++- arch/arm/mach-uniphier/init.h | 2 + configs/uniphier_v8_defconfig | 3 + 9 files changed, 262 insertions(+), 63 deletions(-)