[PATCH v1 1/4] dt-bindings: vendor-prefixes: add prefix for Pegatron Corporation

Svyatoslav Ryhel posted 4 patches 10 months, 3 weeks ago
There is a newer version of this series
[PATCH v1 1/4] dt-bindings: vendor-prefixes: add prefix for Pegatron Corporation
Posted by Svyatoslav Ryhel 10 months, 3 weeks ago
PEGATRON Corporation is a Taiwanese electronics manufacturing company that
mainly develops computing, communications and consumer electronics for
branded vendors. Link https://www.pegatroncorp.com/

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.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 da01616802c7..d36389aa4d7b 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1146,6 +1146,8 @@ patternProperties:
     description: Parallax Inc.
   "^pda,.*":
     description: Precision Design Associates, Inc.
+  "^pegatron,.*":
+    description: Pegatron Corporation
   "^pericom,.*":
     description: Pericom Technology Inc.
   "^pervasive,.*":
-- 
2.43.0
Re: [PATCH v1 1/4] dt-bindings: vendor-prefixes: add prefix for Pegatron Corporation
Posted by Rob Herring 10 months, 3 weeks ago
On Sun, Mar 23, 2025 at 09:14:21AM +0200, Svyatoslav Ryhel wrote:
> PEGATRON Corporation is a Taiwanese electronics manufacturing company that
> mainly develops computing, communications and consumer electronics for
> branded vendors. Link https://www.pegatroncorp.com/
> 
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Rob Herring (Arm) <robh@kernel.org>