From patchwork Fri Jan 24 03:36:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 11349615 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9F335924 for ; Fri, 24 Jan 2020 03:47:13 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 58E1B22522 for ; Fri, 24 Jan 2020 03:47:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="CoWhlxcS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 58E1B22522 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1307+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id MVQNYY1556264xN2cx88LQgD; Thu, 23 Jan 2020 19:47:13 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.8353.1579837632545671286 for ; Thu, 23 Jan 2020 19:47:12 -0800 X-Received: by mail.kernel.org (Postfix) id 11A0F22527; Fri, 24 Jan 2020 03:47:12 +0000 (UTC) X-Received: from condef-06.nifty.com (condef-06.nifty.com [202.248.20.71]) by mail.kernel.org (Postfix) with ESMTP id B91D522522 for ; Fri, 24 Jan 2020 03:47:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B91D522522 X-Received: from conssluserg-03.nifty.com ([10.126.8.82])by condef-06.nifty.com with ESMTP id 00O3bHfc004801 for ; Fri, 24 Jan 2020 12:37:17 +0900 X-Received: from mail-vs1-f52.google.com (mail-vs1-f52.google.com [209.85.217.52]) (authenticated) by conssluserg-03.nifty.com with ESMTP id 00O3akI3021810; Fri, 24 Jan 2020 12:36:47 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 00O3akI3021810 X-Nifty-SrcIP: [209.85.217.52] X-Received: by mail-vs1-f52.google.com with SMTP id g15so427896vsf.1; Thu, 23 Jan 2020 19:36:47 -0800 (PST) X-Gm-Message-State: SvS4A449OG3xIJsRkTc2FFOPx1554929AA= X-Google-Smtp-Source: APXvYqy/3sLs4nkX6yiO6kZcQfWXSBoGVFCwBd5TPBt7Lt2QNvKAs4sEQNUn1y8usOFTg4JrXZXwSAZs+XCXhbtM1d8= X-Received: by 2002:a05:6102:3102:: with SMTP id e2mr949801vsh.179.1579837006036; Thu, 23 Jan 2020 19:36:46 -0800 (PST) MIME-Version: 1.0 From: Masahiro Yamada Date: Fri, 24 Jan 2020 12:36:10 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL (RESEND)] ARM: dts: uniphier: UniPhier DT updates for v5.6 To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel , Linux Kernel Mailing List , Masahiro Yamada Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1579837633; bh=0iB9TtJ83jKeAtipuplycOb56XR1+BWDtGC5f54zTd4=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=CoWhlxcSPqhlNKbkFufcW62D5kW8m5q6vkYNbwkJqaKpTMQRi2l+wWyFP1chK4ESRUo RSvyM33+cu2ypFDGudyVC9U4Z2IP5+MCoUhHzwy++Li4UHtaPb83YOSjZ1arEMaoGg9Vv qYFiuBTpXFU4JZhmeRzHC4i+dHAY7SY6ngE= Hi Olof, Arnd, Here are UniPhier DT (32bit) updates for the v5.6 merge window. (I am resending this with soc@kernel.org in the To: list) Please pull! The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git tags/uniphier-dt-v5.6 for you to fetch changes up to 37f3e0096f716b06338a4771633b32b8e2a36f7f: ARM: dts: uniphier: add reset-names to NAND controller node (2020-01-18 00:56:09 +0900) ---------------------------------------------------------------- UniPhier ARM SoC DT updates for v5.6 - Add pinmux nodes for I2C ch5, ch6 - Add reset-names to NAND controller node ---------------------------------------------------------------- Masahiro Yamada (2): ARM: dts: uniphier: add pinmux nodes for I2C ch5, ch6 ARM: dts: uniphier: add reset-names to NAND controller node arch/arm/boot/dts/uniphier-ld4.dtsi | 3 ++- arch/arm/boot/dts/uniphier-pinctrl.dtsi | 10 ++++++++++ arch/arm/boot/dts/uniphier-pro4.dtsi | 3 ++- arch/arm/boot/dts/uniphier-pro5.dtsi | 3 ++- arch/arm/boot/dts/uniphier-pxs2.dtsi | 3 ++- arch/arm/boot/dts/uniphier-sld8.dtsi | 3 ++- 6 files changed, 20 insertions(+), 5 deletions(-)