From patchwork Wed Feb 27 04:52:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sugaya Taichi X-Patchwork-Id: 159261 Delivered-To: patch@linaro.org Received: by 2002:a02:5cc1:0:0:0:0:0 with SMTP id w62csp4003118jad; Tue, 26 Feb 2019 20:51:51 -0800 (PST) X-Google-Smtp-Source: AHgI3IaDatgSQK7GrffAnilHeKuZE2phdfhR+Rfzqi6JUUj5YWQM4LTnmZoEuF/i5E0AWEySrmq1 X-Received: by 2002:a63:e410:: with SMTP id a16mr1179915pgi.28.1551243111094; Tue, 26 Feb 2019 20:51:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551243111; cv=none; d=google.com; s=arc-20160816; b=o88mUc8td68jS+W/UsdQSr9IB/6prTr5QTQIdSYTUqDdTQB7adu/fKD04PE4lIhhlf +7nJ5IxjSt2f5U50a4HpQ+P/5tAPJ5OZ4+G7Xk7y8Nx/jnozhmoWYLol4vLufLehT3d+ vhhI0zDHa58cpOqW7DKmm+7A0UPCdo6OaE1rb1iMLN09mpcSHaZl0Nl2EXodQfP/Jp2l zco7K1kdFn9E5EO+/u4Uya/Mo2dfcrXIwJeYQYkujVpiVggdkqqCZve2IxmLmAaRlluF tSbJ381a9QgVpEhKaCQO90FuZ/0KghTKj0TlVT3dkPh4twhTeqCAon04T+Vovw0Chbky ahzg== 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; bh=ob8vd0NC1uJ8wh4UCuNQWxo3uKSoxNyRnWhSX+L/+Q4=; b=SfDO+22zkSJt970pcvrDHP/2mHI+K8hbt/MJQGEPxjjZbpU1tMdQfkTzoBm3F7G7MQ b+7ybJM6E8q4ffsGDWd0WZWjE0ltCQFrBflgyKwG4j877xIV85NR18nuhyN8IYmT8wKE Qom/tTwXkCiVvIAZiNo8Zcr2ijq+ZLBT3Tz28QEOMSXCv6gAUo2vQkPWhUfmUNb7PHbE Wwstyjx5TKLIkeOFuXTg5FQoNLt7brk1nWbRtkKMk4WQxRXvNoyUtjIWoQCWo0dQjplU SM3c00gy2Ezipyf7UstvJZByVytsfnLRqMB8Kfe7Kj3aca2ULCBRCmVIZ7LX9PY/pYd5 4rtQ== 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 s2si13802623plq.345.2019.02.26.20.51.50; Tue, 26 Feb 2019 20:51:51 -0800 (PST) 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 S1729420AbfB0Evu (ORCPT + 7 others); Tue, 26 Feb 2019 23:51:50 -0500 Received: from mx.socionext.com ([202.248.49.38]:30998 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729310AbfB0Evu (ORCPT ); Tue, 26 Feb 2019 23:51:50 -0500 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 27 Feb 2019 13:51:48 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id F2D93180D46; Wed, 27 Feb 2019 13:51:48 +0900 (JST) Received: from 172.31.9.53 (172.31.9.53) by m-FILTER with ESMTP; Wed, 27 Feb 2019 13:51:48 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by iyokan.css.socionext.com (Postfix) with ESMTP id BCEC340392; Wed, 27 Feb 2019 13:51:48 +0900 (JST) Received: from M20VSDK.e01.socionext.com (unknown [10.213.118.34]) by yuzu.css.socionext.com (Postfix) with ESMTP id A49E5121B6C; Wed, 27 Feb 2019 13:51:48 +0900 (JST) From: Sugaya Taichi To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, soc@kernel.org Cc: Rob Herring , Mark Rutland , Takao Orito , Kazuhiro Kasai , Shinji Kanematsu , Jassi Brar , Masami Hiramatsu , Sugaya Taichi Subject: [PATCH v4 03/10] dt-bindings: Add documentation for Milbeaut SoCs Date: Wed, 27 Feb 2019 13:52:25 +0900 Message-Id: <1551243145-10635-1-git-send-email-sugaya.taichi@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This adds a DT binding documentation for the M10V and its evaluation board. Signed-off-by: Sugaya Taichi --- .../bindings/arm/socionext/milbeaut.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml -- 1.9.1 diff --git a/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml new file mode 100644 index 0000000..aae53fc --- /dev/null +++ b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml @@ -0,0 +1,22 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/milbeaut.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Milbeaut platforms device tree bindings + +maintainers: + - Taichi Sugaya + - Takao Orito + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - items: + - enum: + - socionext,milbeaut-m10v-evb + - const: socionext,sc2000a +...