From patchwork Mon Jun 14 17:06:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 12319463 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=-16.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 11998C48BE6 for ; Mon, 14 Jun 2021 17:09:54 +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 D8B9561159 for ; Mon, 14 Jun 2021 17:09:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D8B9561159 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lynxeye.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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=Re2RX1yIOHfoxL1EvQk71SNpmOVT4l6nk9MdcTtbrCM=; b=KSKa0NCjUVIAfj oMiuL2w5xY/JILQn7WpwrQ9rYA0HBUPoyEdHY/cBnRRWvi+/NRXwcsRPUW/Bq9cEov3g5zowcexA8 6S28lWUqNdsJr3W5lQzPDbjcWP2yyhQtCAEE0Oesw165f7R6DpwDWdW8JAjwfOCmd6OdBjGysmt8x WiCXHx7UF5uhr1cXpRHAaqvmA267gRcTgp1uLRZszK3WDZ83/mEbiyC+b3zybP8Y81pmXG+KvWkT7 PjmkuWk2jeICOiGPghJKmRDOHVT5xkPx5LqOWTuqOOqTNM0wZMKNz7TmvIchnYfj0c8e1tZ6VlUQD xwPK4NoeJGKuLI1bCLIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lsq3q-00FJnb-Bk; Mon, 14 Jun 2021 17:07:42 +0000 Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lsq3W-00FJiH-4H for linux-arm-kernel@lists.infradead.org; Mon, 14 Jun 2021 17:07:23 +0000 Received: by lynxeye.de (Postfix, from userid 501) id 6F983E74217; Mon, 14 Jun 2021 19:06:51 +0200 (CEST) Received: from astat.fritz.box (a89-183-116-43.net-htp.de [89.183.116.43]) by lynxeye.de (Postfix) with ESMTPA id 3E6A1E74217; Mon, 14 Jun 2021 19:06:47 +0200 (CEST) From: Lucas Stach To: Shawn Guo Cc: Fabio Estevam , Rob Herring , NXP Linux Team , "Lukas F . Hartmann" , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Subject: [PATCH v4 3/5] dt-bindings: vendor-prefixes: add mntre Date: Mon, 14 Jun 2021 19:06:31 +0200 Message-Id: <20210614170633.31638-3-dev@lynxeye.de> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210614170633.31638-1-dev@lynxeye.de> References: <20210614170633.31638-1-dev@lynxeye.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210614_100722_331596_7D86A369 X-CRM114-Status: GOOD ( 10.08 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org MNT Research GmbH develops open source hardware, software and textiles in Berlin, Germany. Signed-off-by: Lucas Stach Acked-by: Rob Herring --- 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 f6064d84a424..11f5fc5452cb 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -717,6 +717,8 @@ patternProperties: description: MiraMEMS Sensing Technology Co., Ltd. "^mitsubishi,.*": description: Mitsubishi Electric Corporation + "^mntre,.*": + description: MNT Research GmbH "^modtronix,.*": description: Modtronix Engineering "^mosaixtech,.*":