From patchwork Thu Dec 7 15:05:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hugo Villeneuve X-Patchwork-Id: 13483404 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B0B8DC4167B for ; Thu, 7 Dec 2023 15:06:05 +0000 (UTC) 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:Subject:MIME-Version:References: In-Reply-To:Message-Id:Date: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=jBkF7NNVP1XbeluQz7LVC1tRvHpasZjI7siU9+ffeKU=; b=do5N/HiMhWM+6dWMxF3VGfwaiX XnVJKL9QNcXsPRkioInxT3Dh9VAhEAtCrSUIkiFdYcoxpdghcj//JB6j70vRxN7VoFUm44zM9wEBN nJlr42xGc3Ze+GMhN9gPTHS6WAJcxwCZE3ElegoH9ztHC/3fXrmDt5tGw97dY8ujO1U4pyEXNuOTw F6LdCMLFxllQ7aHwsBmm8gvPUD0BiLksmYDq7J0zvCdGkejOzktTtJQ9Zk0GvJNSpBUi88A2oQw9t YdDoxrS0hJ9t6I+KpBgHc2nPXTzzxKNHoK0Jw8oDjd6yQmHHKiZDOZnNFCfz4HyzRYdg7CNJtaEef 7FaJUBkw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rBFwT-00D7Mn-0Z; Thu, 07 Dec 2023 15:05:33 +0000 Received: from mail.hugovil.com ([162.243.120.170]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rBFwQ-00D7Kr-2U for linux-arm-kernel@lists.infradead.org; Thu, 07 Dec 2023 15:05:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=x; h=Subject:Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Cc:To :From:subject:date:message-id:reply-to; bh=DJ+OP5snX3Js5ZyJhnB6hxg5pMSdUsclMlH/l8n7Zp4=; b=tegWtbcHjzvnxEYX1TLSMN9nxa fVCkIKfM1OCrKCQ/FKgFi2mh8/iC297suEyyva6cndAW9eyOWFib1UaNp+LrFKFg2sNCCuli8XzG5 KPbv4TIaA1HW7fuCoHPBGIEOj0/1EA2YMHNkTBqm1xX02G/J28krI/gbtZi3TpJRr5SI=; Received: from modemcable168.174-80-70.mc.videotron.ca ([70.80.174.168]:59044 helo=pettiford.lan) by mail.hugovil.com with esmtpa (Exim 4.92) (envelope-from ) id 1rBFwJ-0006Zh-E8; Thu, 07 Dec 2023 10:05:23 -0500 From: Hugo Villeneuve To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, leoyang.li@nxp.com, robh@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, hugo@hugovil.com, Hugo Villeneuve , Krzysztof Kozlowski Date: Thu, 7 Dec 2023 10:05:17 -0500 Message-Id: <20231207150519.1264808-2-hugo@hugovil.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231207150519.1264808-1-hugo@hugovil.com> References: <20231207150519.1264808-1-hugo@hugovil.com> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 70.80.174.168 X-SA-Exim-Mail-From: hugo@hugovil.com Subject: [PATCH v2 1/3] dt-bindings: vendor-prefixes: add dimonoff X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on mail.hugovil.com) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231207_070530_903585_075E0ECE X-CRM114-Status: UNSURE ( 9.07 ) X-CRM114-Notice: Please train this message. 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 From: Hugo Villeneuve Add vendor prefix for Dimonoff, which provides IoT smart solutions and custom engineering services. Acked-by: Krzysztof Kozlowski Signed-off-by: Hugo Villeneuve --- 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 71dcd6240a99..338ad15a7ab2 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -352,6 +352,8 @@ patternProperties: description: Digi International Inc. "^digilent,.*": description: Diglent, Inc. + "^dimonoff,.*": + description: Dimonoff inc. "^diodes,.*": description: Diodes, Inc. "^dioo,.*":