[PATCH 2/3] dt-bindings: vendor-prefixes: add iesy

Dominik Poggel posted 3 patches 1 year, 10 months ago
[PATCH 2/3] dt-bindings: vendor-prefixes: add iesy
Posted by Dominik Poggel 1 year, 10 months ago
Add iesy GmbH

Signed-off-by: Dominik Poggel <pog@iesy.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 04505cb0b640..ffb2abb5edc2 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -656,6 +656,8 @@ patternProperties:
     description: International Business Machines (IBM)
   "^icplus,.*":
     description: IC Plus Corp.
+  "^iesy,.*":
+    description: iesy GmbH
   "^idt,.*":
     description: Integrated Device Technologies, Inc.
   "^iei,.*":
-- 
2.44.0
Re: [PATCH 2/3] dt-bindings: vendor-prefixes: add iesy
Posted by Krzysztof Kozlowski 1 year, 10 months ago
On 19/03/2024 10:54, Dominik Poggel wrote:
> Add iesy GmbH
> 
> Signed-off-by: Dominik Poggel <pog@iesy.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 04505cb0b640..ffb2abb5edc2 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -656,6 +656,8 @@ patternProperties:
>      description: International Business Machines (IBM)
>    "^icplus,.*":
>      description: IC Plus Corp.
> +  "^iesy,.*":
> +    description: iesy GmbH

Just look at the code and its placement. Wrong order.

Also, all bindings come *BEFORE* users.

Best regards,
Krzysztof