2020-03-15 19:20:02

by Tobias Schramm

[permalink] [raw]
Subject: [PATCH v5 1/3] dt-bindings: Document cellwise vendor-prefix

Signed-off-by: Tobias Schramm <[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 9e67944bec9c..af3d1aed8118 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -177,6 +177,8 @@ patternProperties:
description: Cadence Design Systems Inc.
"^cdtech,.*":
description: CDTech(H.K.) Electronics Limited
+ "^cellwise,.*":
+ description: CellWise Microelectronics Co., Ltd
"^ceva,.*":
description: Ceva, Inc.
"^chipidea,.*":
--
2.24.1


2020-03-20 22:24:01

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v5 1/3] dt-bindings: Document cellwise vendor-prefix

On Sun, 15 Mar 2020 20:19:12 +0100, Tobias Schramm wrote:
> Signed-off-by: Tobias Schramm <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

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