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 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 B13A0CD3445 for ; Sat, 9 May 2026 17:56:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:Cc:To :From:Subject:Message-Id:Date:Content-Type:Content-Transfer-Encoding: Mime-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jIh60pxxvGKOUsnTbxcu3v39dVCI3FE1FnfA1fpg1iA=; b=pZ33ieLRh1r8VCCu2LS1WGZ22Q IunWM4bY78779iQtBYw1Hemsf2RMlM0yURO7JN711Yzl+7Q4V5T9NEXLK5X6aRnwyoVwARZ49qQf4 QSwSIcieGBsD+yfk4SiK9XjWbPGITw8V4I5dX8KuqEYwyymitNhPK5ixbV3pZGDqxOjewOq53reEx ILoOuZMesqWkTe9r7UMCRHw3Zi3HsjHAXpm+jLs2dUpAEICH2+DYMX7+RW+11RcAOOThfDNTtzWyI 7Z/OPO05JhHRAdQqAizw85QTe5lCYA7jdwYDBe31YPVfm/b41+dXy4b32gjqdMItfGdtj12H7XSlj KA7K5prw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wLlv1-00000009NrE-0aI5; Sat, 09 May 2026 17:56:51 +0000 Received: from out-170.mta0.migadu.com ([91.218.175.170]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wLlux-00000009NqP-0JlR for linux-arm-kernel@lists.infradead.org; Sat, 09 May 2026 17:56:49 +0000 Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow-tech.com; s=key1; t=1778349401; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jIh60pxxvGKOUsnTbxcu3v39dVCI3FE1FnfA1fpg1iA=; b=MPD2dCcmz3mdk8VygCqc9i2PHEr4TZNN9lNCBmKzcxGHZ+eWZ+AuNUgrvZXxXTlqHwdXS9 wx7CycvLytT3JhZ8axiRlRYLDxxuoBCb9qD6djOQe+86kK2bCeo2lkFLpN2ANV14xXjT5L pccNsYyuvstsAo8Na6Faab8YRnpWDwwQpJt6sZrpMXFeH8uMctcmAa8SdnZSDwRZVDWHNz 5stVLgqHcGfEohu6HqOjmJCrk4NLHKgJgStX+NCXk7IrOF2T1yy3icRH7qmwwqQRarbgIc +YLJyETMWPEFvHAQ0fNd05zlzs8yF8Jm+fQHZZkxI7FhRkPx32RcQfdOaOIw2A== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 09 May 2026 19:56:37 +0200 Message-Id: Subject: Re: [PATCH v14 1/5] dt-bindings: vendor-prefixes: Add Verisilicon X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" To: "Benjamin Gaignard" , , , , , , Cc: , , , , , , "Conor Dooley" References: <20260415072349.44237-1-benjamin.gaignard@collabora.com> <20260415072349.44237-2-benjamin.gaignard@collabora.com> In-Reply-To: <20260415072349.44237-2-benjamin.gaignard@collabora.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260509_105647_641066_45854B69 X-CRM114-Status: GOOD ( 11.54 ) 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 On Wed Apr 15, 2026 at 9:23 AM CEST, Benjamin Gaignard wrote: > Verisilicon Microelectronics is a company based in Shanghai, China, > developping hardware blocks for SoC. > > https://verisilicon.com/ > > Add their name to the list of vendors. > > Signed-off-by: Benjamin Gaignard > Acked-by: Conor Dooley > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Doc= umentation/devicetree/bindings/vendor-prefixes.yaml > index ee7fd3cfe203..ebd9072300a8 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1761,6 +1761,8 @@ patternProperties: > description: Variscite Ltd. > "^vdl,.*": > description: Van der Laan b.v. > + "^verisilicon,.*": > + description: VeriSilicon Microelectronics > "^vertexcom,.*": > description: Vertexcom Technologies, Inc. > "^via,.*": FTR: Another version of this patch is already present in Linus' tree: c131d78840d7 ("dt-bindings: vendor-prefixes: add verisilicon")