From patchwork Tue Sep 12 11:20:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Botka X-Patchwork-Id: 13381475 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 8E62BCA0ED4 for ; Tue, 12 Sep 2023 11:21:35 +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:Cc:To:In-Reply-To:References:Message-Id :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OIzohHjXZXC0KIpIOCt4wiQ38ltQF3CMllZcqiP3gCY=; b=hn7nI9mVNcyM9t VZY2LuuRmeoStbAbK2VV13SAWMbn63X+8uYm4v73rRhR2LZ9NYJtr+E0stfPdYrWneTIE3BeU1Yp3 u3xf1cLaxmix/qymGzWedZW+kurePGCtA0t+Xtpo4hI95P9zbmpYjJiZhvM5xy5hjJ3E+D/i7ZcQY TyAPZ+xuBt5aX1W/T/v927LbdClNl8eVmP9aV+vQcSR9QbzzDNS2YL4VtbjOkyjUA56Pln7MrYyED jNvNNyOiq5M1QIt+chXc7r36Lwkx0Fxi74mYgNG+DteTz6U2YNtxCrHMmDWCyWHbQ3AN0FHv0U7J6 KDS7Ef5shO+r7ox2vIOw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qg1S7-003COm-0o; Tue, 12 Sep 2023 11:21:07 +0000 Received: from relay02.th.seeweb.it ([5.144.164.163]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qg1S3-003CN7-1N for linux-arm-kernel@lists.infradead.org; Tue, 12 Sep 2023 11:21:05 +0000 Received: from [192.168.2.137] (bband-dyn191.178-41-225.t-com.sk [178.41.225.191]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id 29F622030B; Tue, 12 Sep 2023 13:20:53 +0200 (CEST) From: Martin Botka Date: Tue, 12 Sep 2023 13:20:47 +0200 Subject: [PATCH v6 1/4] dt-bindings: vendor-prefixes: Add BigTreeTech MIME-Version: 1.0 Message-Id: <20230912-b4-cb1-v6-1-bb11238f3a9c@somainline.org> References: <20230912-b4-cb1-v6-0-bb11238f3a9c@somainline.org> In-Reply-To: <20230912-b4-cb1-v6-0-bb11238f3a9c@somainline.org> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard Cc: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, Andre Przywara , Alan Ma , AngeloGioacchino Del Regno , Martin Botka , Krzysztof Kozlowski , Rogerio Goncalves , Martin Botka X-Mailer: b4 0.12.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1694517652; l=1057; i=martin.botka@somainline.org; s=20230811; h=from:subject:message-id; bh=9pyEsi/Z4jhRf9ter4DVaf+g0T3hyWdnp9YlLYBB4pY=; b=zePJkxceCcITvqSHRauKNiVDl66u3DvOdodixqypgkeB7FqFfYk2fjjTiaJJM2QiOKQYT1GeD j5aCU0bBOkDAPS3XyIpsXKSqWeF7GHRgxsBmCVPtoFvpOIWGzg+5BE4 X-Developer-Key: i=martin.botka@somainline.org; a=ed25519; pk=aTCd3jmwU8GrJidWg3DSKLpdVMcpFzXzCSLXLR6NtWU= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230912_042103_627493_12EBCADE X-CRM114-Status: UNSURE ( 9.97 ) 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 BigTreeTech is a company based in Shenzhen that makes 3D printers and accessories. Add prefix for it. Signed-off-by: Martin Botka Reviewed-by: Andre Przywara Reviewed-by: Krzysztof Kozlowski Acked-by: Jernej Skrabec --- 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 573578db9509..d077cbcaf4e2 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -194,6 +194,8 @@ patternProperties: description: Shanghai Belling Co., Ltd. "^bhf,.*": description: Beckhoff Automation GmbH & Co. KG + "^bigtreetech,.*": + description: Shenzhen BigTree Tech Co., LTD "^bitmain,.*": description: Bitmain Technologies "^blutek,.*":