From patchwork Thu Jul 26 07:09:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keiji Hayashibara X-Patchwork-Id: 142936 Delivered-To: patch@linaro.org Received: by 2002:a2e:9754:0:0:0:0:0 with SMTP id f20-v6csp121470ljj; Thu, 26 Jul 2018 00:10:24 -0700 (PDT) X-Google-Smtp-Source: AAOMgpe4HE+psUdnj0B+hmDz3NfYm9pVU5mMJQ1NYLYWVZ0I+YU00voXzKNf/KN8jxnbO4EbxcQT X-Received: by 2002:a17:902:d218:: with SMTP id t24-v6mr827440ply.63.1532589023912; Thu, 26 Jul 2018 00:10:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532589023; cv=none; d=google.com; s=arc-20160816; b=Lc5b+SN3dGyhlW7xcyY6M0BNKPk5zOKQJQpuDc+T3iZ7S4vp5gYJYKu4Q6upmLi9z5 JecEncSLE+WxNiztRpqPAbOit+vOltnY+nU2U66HwQOLiOcmyqvkcZyWJzVtdUEZHAFV nH9evDgOlYnjUd/KI3yK3QLyoNSJGDugACrvqJHa8uPhCC2J39zzjz/oNzQqgCNWLTLu zI+tOCy1a+4ipHUQ0/61mHeCpGUwzbFywLRLBPp2SInVePgq2dWymm8DJJSil2DS0xuY 5RamnwI8bMKsFVZwqkRGYsdayMd0zWawyH1gzPuFWqVBnnmHnIbATxf2/fz2V1P1rTXt 6cxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=lrml6u306GDYa0oOIYl4c/zIKgli6PKfhr3ShJXiDJo=; b=Lq7H1dN7Vz3pMqhHwH0/PW5Y+C6CTBgkvl6Saz9+xI/y/sUhqAnXMTcgF8W2CpIOS1 HAzREsI7rhRUYBg8xQeo6JRRGnUEaA21e7s2LedwntwqPBPJrjUUQXrzt/y1DCROHlfD xGkhwEW6wPuq/sFzWtouMqrkAU1MwDMREhZBGkX7nBjuFo0peLZEUPmiJPkFAL40UUdJ Bf/+Shpal1TosqMkqsHB+5HQ2DwNqV1EU0AVITcISsm9f7vTCn1k9P2grYJOceVGb5hU /9Jf7OjyvDkRGQircpMmiUQMzpPw9itvNZ0mhf5bRfg9Ps6HxSKo7Zqez8FYYoSnklRV HCsA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a75-v6si736144pfc.106.2018.07.26.00.10.23; Thu, 26 Jul 2018 00:10:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729115AbeGZIZr (ORCPT + 31 others); Thu, 26 Jul 2018 04:25:47 -0400 Received: from mx.socionext.com ([202.248.49.38]:12186 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728984AbeGZIZr (ORCPT ); Thu, 26 Jul 2018 04:25:47 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 26 Jul 2018 16:10:20 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id 4C16760034; Thu, 26 Jul 2018 16:10:20 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 26 Jul 2018 16:10:20 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 890C21A01BB; Thu, 26 Jul 2018 16:10:19 +0900 (JST) From: Keiji Hayashibara To: robh+dt@kernel.org, mark.rutland@arm.com, yamada.masahiro@socionext.com, catalin.marinas@arm.com, will.deacon@arm.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, linux-kernel@vger.kernel.org, hayashibara.keiji@socionext.com Subject: [PATCH v2 0/3] Add SPI dts node for UniPhier SoCs Date: Thu, 26 Jul 2018 16:09:57 +0900 Message-Id: <1532589000-19602-1-git-send-email-hayashibara.keiji@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds SPI pin-mux node and SPI node for UniPhier SoCs. Changes since v1: - remove the node for MCSSI which support multiple channels. Since the current driver doesn't support MCSSI, it deletes this node. Kunihiko Hayashi (3): ARM: dts: uniphier: add SPI pin-mux node ARM: dts: uniphier: add SPI node for UniPhier 32bit SoCs arm64: dts: uniphier: add SPI node for LD20, LD11 and PXs3 arch/arm/boot/dts/uniphier-ld4.dtsi | 11 ++++++ arch/arm/boot/dts/uniphier-pinctrl.dtsi | 20 +++++++++++ arch/arm/boot/dts/uniphier-pro4.dtsi | 11 ++++++ arch/arm/boot/dts/uniphier-pro5.dtsi | 22 ++++++++++++ arch/arm/boot/dts/uniphier-pxs2.dtsi | 22 ++++++++++++ arch/arm/boot/dts/uniphier-sld8.dtsi | 11 ++++++ arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 22 ++++++++++++ arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 44 ++++++++++++++++++++++++ arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 22 ++++++++++++ 9 files changed, 185 insertions(+) -- 2.7.4