2021-08-25 07:48:21

by Michal Simek

[permalink] [raw]
Subject: [PATCH] dt-bindings: Add vendor prefix for Topic Embedded Systems

Add vendor prefix for Topic Embedded Systems (http://topic.nl).

Signed-off-by: Michal Simek <[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 07fb0d25fc15..d3d7e109f1bd 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1165,6 +1165,8 @@ patternProperties:
description: Tecon Microprocessor Technologies, LLC.
"^topeet,.*":
description: Topeet
+ "^topic,.*":
+ description: Topic Embedded Systems
"^toppoly,.*":
description: TPO (deprecated, use tpo)
deprecated: true
--
2.33.0


2021-08-25 19:31:29

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: Add vendor prefix for Topic Embedded Systems

On Wed, 25 Aug 2021 09:46:28 +0200, Michal Simek wrote:
> Add vendor prefix for Topic Embedded Systems (http://topic.nl).
>
> Signed-off-by: Michal Simek <[email protected]>
> ---
>
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Applied, thanks!