From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 336FEC4727C for ; Wed, 30 Sep 2020 19:02:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E229A20888 for ; Wed, 30 Sep 2020 19:02:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492521; bh=mco8xEx0IUleSOyy2jpnCWCwDwtYo0G+JkQ7nydf8Kk=; h=From:To:Subject:Date:In-Reply-To:References:List-ID:From; b=Mafh8ZinUmF8wC00yeFvUR3rSIRZRMoWAltwSEIeQUNywYIcavNgYyr8ROJ+TjueV N7bN1leuF6pEe7RCR8mJh0EMxYPWhsMUBuRNOBKkcLXaHBcEVufVfByfM3eRtOopOD EUxnKFZPpdUpwbQpBFFV+cb+KzJjfLL7eU2lTc6g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730151AbgI3TCB (ORCPT ); Wed, 30 Sep 2020 15:02:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:37722 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725799AbgI3TB7 (ORCPT ); Wed, 30 Sep 2020 15:01:59 -0400 Received: from localhost.localdomain (unknown [194.230.155.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B60D42084C; Wed, 30 Sep 2020 19:01:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492518; bh=mco8xEx0IUleSOyy2jpnCWCwDwtYo0G+JkQ7nydf8Kk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XNiyiHj/xd2NhXf8Ym+f6EE9dTmykIkblPyNef9/4tSnIDKnx5P/FoIwVYqx5rYrI nhk7d2OEpQ6zUILwHf+nyw5PV9QkrwZklc2qi1roYPX3ek0j3CTEmGVoo03A3gqH5K 74vR5ypZxHFdNXMUp9NO/ETwoSRbxC6fOK0qX4mQ= From: Krzysztof Kozlowski To: Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Krzysztof Kozlowski , Anson Huang , Andreas Kemnade , Stefan Riedmueller , Robert Jones , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 02/12] dt-bindings: vendor-prefixes: add Revotics Date: Wed, 30 Sep 2020 21:01:33 +0200 Message-Id: <20200930190143.27032-3-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200930190143.27032-1-krzk@kernel.org> References: <20200930190143.27032-1-krzk@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document vendor prefix for Revotics (Revolution Robotics, Inc.). Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. New patch --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 8c8fb8d90c8e..3e2b5acf4463 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -892,6 +892,8 @@ patternProperties: description: iMX6 Rex Project "^rervision,.*": description: Shenzhen Rervision Technology Co., Ltd. + "^revotics,.*": + description: Revolution Robotics, Inc. (Revotics) "^richtek,.*": description: Richtek Technology Corporation "^ricoh,.*": -- 2.17.1