Add vendor prefix for Shenzhen Luckfox Technology Co., Ltd., which
produces development boards like the Luckfox Omni3576.
Signed-off-by: John Clark <inindev@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.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 86f6a19b28ae..9391e0c31bb8 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -892,6 +892,8 @@ patternProperties:
description: Liebherr-Werk Nenzing GmbH
"^lxa,.*":
description: Linux Automation GmbH
+ "^luckfox,.*":
+ description: Shenzhen Luckfox Technology Co., Ltd.
"^m5stack,.*":
description: M5Stack
"^macnica,.*":
--
2.39.5
Hi John, On 5/9/25 2:26 PM, John Clark wrote: > Add vendor prefix for Shenzhen Luckfox Technology Co., Ltd., which > produces development boards like the Luckfox Omni3576. > > Signed-off-by: John Clark <inindev@gmail.com> > Acked-by: Conor Dooley <conor.dooley@microchip.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 86f6a19b28ae..9391e0c31bb8 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -892,6 +892,8 @@ patternProperties: > description: Liebherr-Werk Nenzing GmbH > "^lxa,.*": > description: Linux Automation GmbH > + "^luckfox,.*": > + description: Shenzhen Luckfox Technology Co., Ltd. Looking at the file, I think we order the vendor prefixes alphanumerically? So this would be the wrong location for this new vendor prefix and should rather be between lsi and lunzn? Cheers, Quentin
On Mon, May 12, 2025 at 10:12:24AM +0200, Quentin Schulz wrote: > Hi John, > > On 5/9/25 2:26 PM, John Clark wrote: > > Add vendor prefix for Shenzhen Luckfox Technology Co., Ltd., which > > produces development boards like the Luckfox Omni3576. > > > > Signed-off-by: John Clark <inindev@gmail.com> > > Acked-by: Conor Dooley <conor.dooley@microchip.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 86f6a19b28ae..9391e0c31bb8 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -892,6 +892,8 @@ patternProperties: > > description: Liebherr-Werk Nenzing GmbH > > "^lxa,.*": > > description: Linux Automation GmbH > > + "^luckfox,.*": > > + description: Shenzhen Luckfox Technology Co., Ltd. > > Looking at the file, I think we order the vendor prefixes alphanumerically? > > So this would be the wrong location for this new vendor prefix and should > rather be between lsi and lunzn? Oh, I missed that. Yeah, alphanumeric ordering please.
© 2016 - 2025 Red Hat, Inc.