From patchwork Wed Sep 4 11:14:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junhao Xie X-Patchwork-Id: 13790605 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 01FE7CA0ED3 for ; Wed, 4 Sep 2024 11:27:56 +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: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=xhpj0ajjV/UwW3vpvz8pS/NgIcdDI40NqI4I6UGCPIA=; b=LEwcYqz1Op8TJ/ SSsmPPeE79BGA72My2WD7FY8tmLMjljeS4N/HcJwe8XHffnDGvfoFcGEyhcm+mEO+zRfiiZkUHc+8 DHWuhwu/pp911XkhqF5yScqXkquqVTfo/HjtOlDJqQYewcnTulhHZFhrMhCYhDn2p9MxTFPB28XFW fpzqqB58xwtI42+YbHjO2FVKL6fum4tU0qfVVsMoghUURixwVKYg/xxeIvgNc+lFcA6bR0TMWkfgV OmeDE4INPK/ewOeeFOouVgrI6y3CNkbs/DbobCI8mDo9uhJGOc/Zc7o2JkhlspcSKpeDBi9M7ke+E WkUA0Jh5LA/2Dnsk+STg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sloAx-000000048EH-3qZw; Wed, 04 Sep 2024 11:27:51 +0000 Received: from [129.204.178.38] (helo=classfun.cn) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slnz4-000000044ud-2rjX; Wed, 04 Sep 2024 11:15:37 +0000 Received: from bigfoot-server-storage.classfun.cn (unknown [124.72.162.211]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id 2612878915; Wed, 4 Sep 2024 19:15:26 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn 2612878915 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1725448531; bh=LgCWXjXm5LLz+unYkSuaYOG4MmVw9SSS9uowZ20puHw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RhYU/o6v870//WMiDbPFHKvMZHDnD6MIpHYwDgux+3q+4f+rPDP2s2WrC6PljJlv+ ge31YGFA4qmVXEpnw+/9wegWyKU1mWHmKsT+8Rlb1GAGverSDPrvUzfZwGUFZmLY3l GKwsR4iGrO+6HYFyu7VC+bItpHnyeovuMgenxfmU= From: Junhao Xie To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Jonas Karlman , Chukun Pan , Junhao Xie , FUKAUMI Naoki , Dragan Simic , linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: Add Shanghai Novotech Ariaboard Date: Wed, 4 Sep 2024 19:14:54 +0800 Message-ID: <20240904111456.87089-2-bigfoot@classfun.cn> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240904111456.87089-1-bigfoot@classfun.cn> References: <20240904111456.87089-1-bigfoot@classfun.cn> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240904_041535_278215_95BB47C9 X-CRM114-Status: UNSURE ( 8.15 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Add an entry for Shanghai Novotech Ariaboard (https://ariaboard.com/) Signed-off-by: Junhao Xie --- 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 a70ce43b3dc0..58d1a2e8b212 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -145,6 +145,8 @@ patternProperties: description: Arctic Sand "^arcx,.*": description: arcx Inc. / Archronix Inc. + "^ariaboard,.*": + description: Shanghai Novotech Co., Ltd. "^aries,.*": description: Aries Embedded GmbH "^arm,.*":