From patchwork Thu Oct 14 09:27:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yuji Ishikawa X-Patchwork-Id: 12558155 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D718CC433F5 for ; Thu, 14 Oct 2021 09:35:20 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A835460E96 for ; Thu, 14 Oct 2021 09:35:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A835460E96 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=toshiba.co.jp Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NTOXCN4r8yYnxyh7r1j8Vi6m1tfZokIjjKArDmierbs=; b=12CFHkCAzo0daE J2CFVEp548wCd/4ri2yNmp9jr98/HxLloRX1EtgYI+N9A2+PwOLnFCErcSUhhYeE9K8oIMKVTTQxZ pd4g7IKUl/uUv08xssItojVUd0ABh4ULREkHqZl0BmPaN1+4v24n2rDWVB7TDSfDUyUb0yr6+gcN7 Wok1w8nPb0Kyck5BCT4+ozhtQrvyQy/kIowykT5RkgG7fDRLpO8a55ijKClh8WJKZ9uxF6QGWIDfR FV85tGuTUJB5aDD0EWD7r/hOGOlllK01K7+y5jyx5gGgfR1ThI8rhQAUlR6IsN7Z/4OEY4omSmWZ1 ExKiu7o8hTuDYxRIMPdA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1max6w-002NZ3-5D; Thu, 14 Oct 2021 09:33:14 +0000 Received: from mo-csw1116.securemx.jp ([210.130.202.158] helo=mo-csw.securemx.jp) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1max6B-002NKN-Um for linux-arm-kernel@lists.infradead.org; Thu, 14 Oct 2021 09:32:29 +0000 Received: by mo-csw.securemx.jp (mx-mo-csw1116) id 19E9WNMO020167; Thu, 14 Oct 2021 18:32:23 +0900 X-Iguazu-Qid: 2wGrZzhrw7YZz77Y4h X-Iguazu-QSIG: v=2; s=0; t=1634203942; q=2wGrZzhrw7YZz77Y4h; m=pbtOhYC+vB3c7EwQspa4nOAhmlBbj1HcnwfZKZOfN6I= Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1111) id 19E9WMZO013690 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 14 Oct 2021 18:32:22 +0900 Received: from enc02.toshiba.co.jp (enc02.toshiba.co.jp [61.202.160.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by imx12-a.toshiba.co.jp (Postfix) with ESMTPS id 3863610013B; Thu, 14 Oct 2021 18:32:22 +0900 (JST) Received: from enc02.toshiba.co.jp (localhost.localdomain [127.0.0.1]) by enc02.toshiba.co.jp with ESMTP id 19E9WLOb007776; Thu, 14 Oct 2021 18:32:21 +0900 Received: from enc02.toshiba.co.jp.mid_26071069 (localhost.localdomain [127.0.0.1]) by enc02.toshiba.co.jp with ESMTP id 19E9RKW3004268; Thu, 14 Oct 2021 18:27:20 +0900 X-SA-MID: 26071069 From: Yuji Ishikawa To: Rob Herring , nobuhiro1.iwamatsu@toshiba.co.jp Cc: punit1.agrawal@toshiba.co.jp, yuji2.ishikawa@toshiba.co.jp, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] dt-bindings: arm: toshiba: Add the TMPV7708 VisROBO VRB board Date: Thu, 14 Oct 2021 18:27:02 +0900 X-TSB-HOP: ON Message-Id: <20211014092703.15251-3-yuji2.ishikawa@toshiba.co.jp> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211014092703.15251-1-yuji2.ishikawa@toshiba.co.jp> References: <20211014092703.15251-1-yuji2.ishikawa@toshiba.co.jp> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211014_023228_299466_6E27749D X-CRM114-Status: GOOD ( 10.01 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add an entry for the Toshiba Visconti TMPV7708 VisROBO VRB board (tmpv7708-visrobo-vrb) to the board/SoC bindings. Signed-off-by: Yuji Ishikawa --- Documentation/devicetree/bindings/arm/toshiba.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/toshiba.yaml b/Documentation/devicetree/bindings/arm/toshiba.yaml index 001bbbcd1432..9c1cacbdc916 100644 --- a/Documentation/devicetree/bindings/arm/toshiba.yaml +++ b/Documentation/devicetree/bindings/arm/toshiba.yaml @@ -18,6 +18,7 @@ properties: items: - enum: - toshiba,tmpv7708-rm-mbrc # TMPV7708 RM main board + - toshiba,tmpv7708-visrobo-vrb # TMPV7708 VisROBO VRB board - const: toshiba,tmpv7708 additionalProperties: true