From patchwork Mon May 24 12:45:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 12276799 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=-17.1 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,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 E5B0CC04FF3 for ; Mon, 24 May 2021 18:40:08 +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 A997F6140F for ; Mon, 24 May 2021 18:40:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A997F6140F 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=TQIamEKiHcleMP dfUlF6tPztRqWGwi9QzywY6kfil0ilmNpvz7bWaLGaYKHnBzQwSMDTQ42HDFW3mvo73clIfLV0bEH aM/M2dyWssmxa2u3sp+3jcyqJoCt2lwDbkDcLgRcEJ/tYSxMz5KehQPyAt0G0DcLHmt356PIXiIum h8KYdHBkYLAdpB9UbilwCA3wfUowA24hxrhjXm6OIpJx30HKarssZWVgN1BoPkdjvf+N8irq1IYfP bZ1ymV5H1aMoQM0A10cVqE8+RoAggcqGxSHsNw65LU3WoNqci1M4kuxPnlIBigPWFRoLNzlWIsMC8 ZSXIcSMgWACxErHW+8Dg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1llFSO-001V1v-E9; Mon, 24 May 2021 18:37:40 +0000 Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ll9yT-000vC1-6t for linux-arm-kernel@lists.infradead.org; Mon, 24 May 2021 12:46:26 +0000 Received: by lynxeye.de (Postfix, from userid 501) id EBD6CE7424E; Mon, 24 May 2021 14:45:47 +0200 (CEST) Received: from astat.fritz.box (a89-183-24-20.net-htp.de [89.183.24.20]) by lynxeye.de (Postfix) with ESMTPA id 27326E74214; Mon, 24 May 2021 14:45:46 +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 v3 2/4] dt-bindings: vendor-prefixes: add mntre Date: Mon, 24 May 2021 14:45:34 +0200 Message-Id: <20210524124536.27854-2-dev@lynxeye.de> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210524124536.27854-1-dev@lynxeye.de> References: <20210524124536.27854-1-dev@lynxeye.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210524_054625_415805_4C1548DF X-CRM114-Status: GOOD ( 10.18 ) 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,.*":