2023-01-10 16:04:53

by Yang Xiwen

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

zhihe is a placeholder for various 4G USB dongles made by unknown
manufactures with similar design. It is widely used in China to refer to
these dongles.

Signed-off-by: Yang Xiwen <[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 3893c45963a26..795627741a322 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1520,6 +1520,8 @@ patternProperties:
description: Zealz
"^zeitec,.*":
description: ZEITEC Semiconductor Co., LTD.
+ "^zhihe,.*":
+ description: Placeholder for various 4G USB dongles made by unknown manufactures with similar design
"^zidoo,.*":
description: Shenzhen Zidoo Technology Co., Ltd.
"^zii,.*":
--
2.39.0


2023-01-10 16:44:04

by Krzysztof Kozlowski

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

On 10/01/2023 16:50, Yang Xiwen wrote:
> zhihe is a placeholder for various 4G USB dongles made by unknown
> manufactures with similar design. It is widely used in China to refer to
> these dongles.

No, it's not descriptive enough. If you bring support for specific
device, this device is already known to you.

Best regards,
Krzysztof