[PATCH v2 1/4] dt-bindings: vendor-prefixes: Add prefix for XuanTie
Guo Ren
guoren at kernel.org
Fri Nov 21 05:01:41 PST 2025
On Fri, Nov 21, 2025 at 8:31 PM Conor Dooley <conor at kernel.org> wrote:
>
> On Fri, Nov 21, 2025 at 10:01:07AM +0100, Krzysztof Kozlowski wrote:
> > On Fri, Nov 21, 2025 at 02:34:36PM +0800, cp0613 at linux.alibaba.com wrote:
> > > From: Chen Pei <cp0613 at linux.alibaba.com>
> > >
> > > Add new vendor strings to dt bindings for RISC-V vendor XuanTie.
> > >
> > > Signed-off-by: Chen Pei <cp0613 at linux.alibaba.com>
> > > ---
> > > 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 f1d1882009ba..5d28b2da94cd 100644
> > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > > @@ -1829,6 +1829,8 @@ patternProperties:
> > > description: Xilinx
> > > "^xnano,.*":
> > > description: Xnano
> > > + "^xuantie,.*":
> > > + description: C-SKY Microsystems Co., Ltd. (XuanTie)
> >
> > We do not create new prefixes for existing entries. You have already
> > csky, alibaba and thead and probably many more. Choose some appropriate.
We could leave the one C-SKY vendor entry, how about:
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -347,8 +347,8 @@ patternProperties:
description: Creative Technology Ltd
"^crystalfontz,.*":
description: Crystalfontz America, Inc.
- "^csky,.*":
- description: Hangzhou C-SKY Microsystems Co., Ltd
+ "^xuantie,.*":
+ description: C-SKY Microsystems Co., Ltd. (XuanTie)
"^csot,.*":
description: Guangzhou China Star Optoelectronics Technology Co., Ltd
"^csq,.*":
The arch/csky is the architecture name, which means "xuantie,csky".
The c810 is the CPU product name, which means "xuantie,c810" of the
"xuantie,csky" architecture.
The c930 is the CPU product name, which means "xuantie,c930".
>
> When the vendor literally says "C-SKY", it's hard to buy why csky
> shouldn't be used here. Xuantie is described as being a brand, where at
> least t-head was a company. This seems akin to having
> "snapdragon,msm8660" instead of "qcom,msm8660", for example.
Yes, XuanTie is not only a brand, but also the abbreviation of C-SKY
Microsystems Co., Ltd.
Just like:
"^100ask,.*":
description: Baiwen.com (100ask).
"^linksys,.*":
description: Belkin International, Inc. (Linksys)
>
> >
> > Your commit msg should also explain anything unusual here, like above.
> >
> > Best regards,
> > Krzysztof
> >
--
Best Regards
Guo Ren
More information about the linux-riscv
mailing list