2019-08-05 02:42:58

by Elon Zhang

[permalink] [raw]
Subject: [PATCH v1 1/1] dt-bindings: Add Vendor prefix for Beiqi

Add devicetree vendor prefix for Beiqi.
http://www.beiqicloud.com/

Signed-off-by: Elon Zhang <[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 1acf806b62bf..1092360d8868 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -135,6 +135,8 @@ patternProperties:
description: Shenzhen AZW Technology Co., Ltd.
"^bananapi,.*":
description: BIPAI KEJI LIMITED
+ "^beiqi,.*":
+ description: Xiamen Beiqi Technology Co., Ltd.
"^bhf,.*":
description: Beckhoff Automation GmbH & Co. KG
"^bitmain,.*":
--
2.17.1




2019-08-05 15:12:44

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] dt-bindings: Add Vendor prefix for Beiqi

On Sun, Aug 4, 2019 at 8:40 PM Elon Zhang <[email protected]> wrote:
>
> Add devicetree vendor prefix for Beiqi.
> http://www.beiqicloud.com/
>
> Signed-off-by: Elon Zhang <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)

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