From patchwork Mon Jun 12 06:07:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 103604 Delivered-To: patch@linaro.org Received: by 10.140.91.77 with SMTP id y71csp49300qgd; Sun, 11 Jun 2017 23:08:19 -0700 (PDT) X-Received: by 10.84.232.76 with SMTP id f12mr54165556pln.87.1497247699839; Sun, 11 Jun 2017 23:08:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1497247699; cv=none; d=google.com; s=arc-20160816; b=fBbHPIohtUshXTj4Xq0cMSfrCd+gG8vUURvab69jHnk4w3Yw9M0p6yIW9CVDh+8fIC FTzL6+63zo43wsYz8KeA98tOS7snlSJD+RVeUrqh3mF80OWcW356UVf8wge9KaqDiHYq drnedYUf3SJw8XnVPXo1Iuou8UrtwAFdvpy5BP/eqgIEwg+N79MTHRhVwWGWFpoF0O0N hYV1BdFY1tuk3DDsc6skgJ79VgA2LBQcleqdTEIXwoMc5qZlTLXdxlP9yUy+87jdxPIY 6UnirNhoPm07qO/apK+mC+fiZmsAf2/UCq9ru6l8/v31wrIXm4M8vetXITNkt5EHroSB qUQg== 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=LtbjM5k2e10QOdWabS91kCcX3WvYsR5wK3QdY5i14Kw=; b=GWD0DLjtWO9UNk09HURkkH6i4/O9q7M1/QcB107aGq4YhJs2k/EaEG7Ka5ro5IEpT1 240AdnbSJZmB0ho9+o4WbeFbnZ2NAstF5aCOKLQkySwanQdcNFPYeiu9tgQuC1ut7qxp rt//rrja+F7tqXLN8PO4GHCwUqx2iyRXnB7PZ5E8yrJgzTLAfNXM2ATtAwvEAtuMB+EZ UG2/qalH0RPGSwH7dqonqCM4sI08t9skUlYXmahkvRLxMqOmCT7GXZPuOcw7yqgOUN3T 0UDtHJxyGHE6kw6xPtTy31V3yQjI1Ia38SubakHieOwGNoue36rYrJfPigyNsDQBtEuY I0BQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-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 t8si6232835plm.143.2017.06.11.23.08.19; Sun, 11 Jun 2017 23:08:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-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 devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752018AbdFLGIF (ORCPT + 7 others); Mon, 12 Jun 2017 02:08:05 -0400 Received: from mx.socionext.com ([202.248.49.38]:52342 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002AbdFLGIE (ORCPT ); Mon, 12 Jun 2017 02:08:04 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 12 Jun 2017 15:08:03 +0900 Received: from mail.mfilter.local (unknown [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 00199180098; Mon, 12 Jun 2017 15:08:02 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 12 Jun 2017 15:08:03 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 432E61A1207; Mon, 12 Jun 2017 15:08:02 +0900 (JST) From: Kunihiko Hayashi To: linux-arm-kernel@lists.infradead.org Cc: yamada.masahiro@socionext.com, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH v2 0/2] add support for LD20/11 Global boards Date: Mon, 12 Jun 2017 15:07:37 +0900 Message-Id: <1497247659-1610-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Initial version of device tree for LD20/11 Global boards. --- Changes in v2: - use SPDX-License-Identifier for the license description - add the atmel manufacturer to the compatible string for I2C EEPROM Kunihiko Hayashi (2): arm64: dts: uniphier: add support for LD11 Global board arm64: dts: uniphier: add support for LD20 Global board arch/arm64/boot/dts/socionext/Makefile | 2 + .../boot/dts/socionext/uniphier-ld11-global.dts | 70 ++++++++++++++++++++++ .../boot/dts/socionext/uniphier-ld20-global.dts | 52 ++++++++++++++++ 3 files changed, 124 insertions(+) create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html