[PATCH v4 1/3] dt-bindings: vendor: add deepcomputing

Guodong Xu posted 3 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH v4 1/3] dt-bindings: vendor: add deepcomputing
Posted by Guodong Xu 1 month, 1 week ago
From: Sandie Cao <sandie.cao@deepcomputing.io>

From: Sandie Cao <sandie.cao@deepcomputing.io>

Add "deepcomputing" to the Devicetree Vendor Prefix Registry.

Signed-off-by: Sandie Cao <sandie.cao@deepcomputing.io>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
[elder@riscstar.com: revised the description]
Signed-off-by: Alex Elder <elder@riscstar.com>
Signed-off-by: Guodong Xu <guodong@riscstar.com>
---
v4: Updated description
v3: Add Krzysztof's ack
v2: Add deepcomputing into Vendor Prefix Registery

 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 b320a39de7fe..f8bb3df65797 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -356,6 +356,8 @@ patternProperties:
     description: DataImage, Inc.
   "^davicom,.*":
     description: DAVICOM Semiconductor, Inc.
+  "^deepcomputing,.*":
+    description: DeepComputing (HK) Limited
   "^dell,.*":
     description: Dell Inc.
   "^delta,.*":
-- 
2.34.1
Re: [PATCH v4 1/3] dt-bindings: vendor: add deepcomputing
Posted by Greg Kroah-Hartman 1 month, 1 week ago
On Sun, Oct 20, 2024 at 12:26:03AM +0800, Guodong Xu wrote:
> From: Sandie Cao <sandie.cao@deepcomputing.io>
> 
> From: Sandie Cao <sandie.cao@deepcomputing.io>

Nit, for some reason this shows up twice, same for patch 2/3 :(
Re: [PATCH v4 1/3] dt-bindings: vendor: add deepcomputing
Posted by Guodong Xu 1 month ago
On Sun, Oct 20, 2024 at 2:21 PM Greg Kroah-Hartman wrote:
>
> On Sun, Oct 20, 2024 at 12:26:03AM +0800, Guodong Xu wrote:
> > From: Sandie Cao <sandie.cao@deepcomputing.io>
> >
> > From: Sandie Cao <sandie.cao@deepcomputing.io>
>
> Nit, for some reason this shows up twice, same for patch 2/3 :(
>

Thanks Greg.
I will fix that.