2023-10-07 04:36:48

by Sam Edwards

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

Add vendor prefix for Turing Machines, Inc.
(https://turingpi.com)

Signed-off-by: Sam Edwards <[email protected]>
---
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


2023-10-10 14:19:23

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add turing


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 <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Rob Herring <[email protected]>