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 767CA1D04B8; Wed, 4 Sep 2024 12:13:19 +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=1725452004; cv=none; b=O0xEaDT3zugIF0iVv4pyZX37J/n8R3/PWb67Bwi2ZfUTfsXcLL+CU8o7SuSz2NW0MXyWasUjhFalV4EXa+O2yMSTywlmp9c7DEQ+IvneMoWjVY/kToQerlM2FlrSIfDvwT69w5Ziymy/Wfj8/Yu+f49Hla1fM3LUvq8CQS9s/TM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725452004; c=relaxed/simple; bh=C11HCu5mtryKsu8C9faHMCSo+KyXN+MYZk0e6IQdrn4=; h=Message-ID:Date:MIME-Version:Subject:To:References:Cc:From: In-Reply-To:Content-Type; b=S4/qjySn7h5yjWN0s6HxU9EQDvU4225HUuvmDUJto+mF88qY4pRflSR1S2ElkfYA+3AF5qjJj1GJY1VC9hqm52FfAW06Vr4O4RGGImhOdXsr9Bz5GSDBmpLKsmvUVKbCcO2OWSKjvjDaf6Y3dHpisy3l66OFIztVzYUtN838LyA= 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=QLv7ABS+; 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="QLv7ABS+" Received: from [192.168.0.160] (unknown [14.155.100.110]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id 8841D789DF; Wed, 4 Sep 2024 20:13:17 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn 8841D789DF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1725451998; bh=Vm1m87bDBl/nK+yI9aANRki1TovLXqNDyh/ugIwEEqg=; h=Date:Subject:To:References:Cc:From:In-Reply-To:From; b=QLv7ABS+UJFGUiOqbubTLaLLzujkcYA8E7NhYmtham0E6VbeZo68QgBkn64zh0N2t 9atU1LzoG1fWfgTpspwTy2mNF62jGSMmt+nslLTprY5DkjBiKA/hp/U605JZGNzMMp pCXiCY26LgogHZCu1C+cjjlAe49i7UVAU+JPG7t0= Message-ID: <2ec7de72-8560-430c-a6b6-5ef7ad5f5e00@classfun.cn> Date: Wed, 4 Sep 2024 20:14:26 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/3] dt-bindings: vendor-prefixes: Add Shanghai Novotech Ariaboard To: Krzysztof Kozlowski References: <20240904111456.87089-1-bigfoot@classfun.cn> <20240904111456.87089-2-bigfoot@classfun.cn> Content-Language: en-US Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Jonas Karlman , Chukun Pan , FUKAUMI Naoki , Dragan Simic , linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Junhao Xie From: Junhao Xie In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 2024/9/4 19:35, Krzysztof Kozlowski wrote: > On 04/09/2024 13:14, Junhao Xie wrote: >> 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. > > This is confusing. Prefix is entirely different than company name. I > would expect prefix like shanghainovotech. > > Best regards, > Krzysztof > Thank you for your reply. Ariaboard is a subsidiary of Shanghai Novotech, maybe it would be better to change description to "Ariaboard"? Shanghai Novotech: https://shanghainovotech.com/ Ariaboard: https://ariaboard.com/ Best regards, Junhao