From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from classfun.cn (unknown [129.204.178.38]) by smtp.subspace.kernel.org (Postfix) with ESMTP id AA73D61FD8; Fri, 6 Sep 2024 04:57:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=129.204.178.38 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725598668; cv=none; b=Qbr1+wAAR696GANq32BIadBU9BnBeQ5Anj5H3FKALLO8WhtZR3Dob6NuM5SiaXENeohY5CemQbOVA91Yju6NocWM4EQJHE7O+UWZ1Tkps+iRtuz6KPi59Ioh3T9owgInKJo0wlV2HLP3lVjD/yMok2UpHZ8EPj9AMFGofm6d3Pc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725598668; c=relaxed/simple; bh=5mzbPixWSMyn521APbaOz+J0s7FpHZf4Jt205PhHvnA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=svGHUSsqv27nTwrR+ouGK/Qe7yxwP8hDCqXtnFHbNWF6R7RMAwnFOWnngn2WZDgXMnw/Jkb96s6GP73pbTy1dSne7YWTM8tDgrpnbacl5AbOUoiEFkIr3I2aQz/vRs1IEYHH5TZ8037O4sUgHKgv2+ve38LQAEiH8yXbgY5ogSw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=classfun.cn; spf=pass smtp.mailfrom=classfun.cn; dkim=pass (1024-bit key) header.d=classfun.cn header.i=@classfun.cn header.b=j936cxXG; arc=none smtp.client-ip=129.204.178.38 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=classfun.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=classfun.cn Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=classfun.cn header.i=@classfun.cn header.b="j936cxXG" Received: from bigfoot-server-storage.classfun.cn (unknown [124.72.163.35]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id DE548789F7; Fri, 6 Sep 2024 12:57:43 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn DE548789F7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1725598664; bh=9T5721LAepPA+1WgYLQ20mBtevGY+b5UA7irDGLkGCU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=j936cxXGpVmJofhMl9MVanodenml77cEyXAbkFXG8ZiBQk+1KFd5iAnn56U2hzLmC o/SLMKPO8GMDENt4X06XOs2mmsOMZTJp7RCrLYBRnBYPf5wg21cs3r6R5rBeuq74sW c5onzvlsvUDeWr9mgc+ub4yZxLRCGIBqXdZcLdnQ= 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 v2 1/3] dt-bindings: vendor-prefixes: Add prefix for Ariaboard Date: Fri, 6 Sep 2024 12:57:04 +0800 Message-ID: <20240906045706.1004813-2-bigfoot@classfun.cn> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240906045706.1004813-1-bigfoot@classfun.cn> References: <20240906045706.1004813-1-bigfoot@classfun.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add an entry for Ariaboard from Shanghai Novotech Ariaboard represents a product line from Shanghai Novotech Co., Ltd. Link: https://shanghainovotech.com/ Link: 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. (Ariaboard) "^aries,.*": description: Aries Embedded GmbH "^arm,.*": -- 2.46.0