[PATCH 1/3] dt-bindings: vendor-prefixes: add turing

Sam Edwards posted 3 patches 2 years, 2 months ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: vendor-prefixes: add turing
Posted by Sam Edwards 2 years, 2 months ago
Add vendor prefix for Turing Machines, Inc.
(https://turingpi.com)

Signed-off-by: Sam Edwards <CFSworks@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 573578db9509..07f164e1ca2e 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1420,6 +1420,8 @@ patternProperties:
     description: Truly Semiconductors Limited
   "^tsd,.*":
     description: Theobroma Systems Design und Consulting GmbH
+  "^turing,.*":
+    description: Turing Machines, Inc.
   "^tyan,.*":
     description: Tyan Computer Corporation
   "^u-blox,.*":
-- 
2.41.0
Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add turing
Posted by Rob Herring 2 years, 2 months ago
On Fri, 06 Oct 2023 22:35:58 -0600, Sam Edwards wrote:
> Add vendor prefix for Turing Machines, Inc.
> (https://turingpi.com)
> 
> Signed-off-by: Sam Edwards <CFSworks@gmail.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

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