[PATCH 1/3] dt-bindings: Add vendor prefix for Broadchip Technology Group Co., Ltd.

Matus Gajdos posted 3 patches 2 years, 6 months ago
[PATCH 1/3] dt-bindings: Add vendor prefix for Broadchip Technology Group Co., Ltd.
Posted by Matus Gajdos 2 years, 6 months ago
Website: http://www.broadchip.com

Signed-off-by: Matus Gajdos <matuszpd@gmail.com>
---
 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 af60bf1a6664..dc1ed3dc0c9f 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -202,6 +202,8 @@ patternProperties:
     description: Bosch Sensortec GmbH
   "^boundary,.*":
     description: Boundary Devices Inc.
+  "^broadchip,.*":
+    description: Broadchip Technology Group Co., Ltd.
   "^brcm,.*":
     description: Broadcom Corporation
   "^broadmobi,.*":
-- 
2.25.1
Re: [PATCH 1/3] dt-bindings: Add vendor prefix for Broadchip Technology Group Co., Ltd.
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 27/07/2023 18:05, Matus Gajdos wrote:
> Website: http://www.broadchip.com
> 
> Signed-off-by: Matus Gajdos <matuszpd@gmail.com>
> ---
>  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 af60bf1a6664..dc1ed3dc0c9f 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -202,6 +202,8 @@ patternProperties:
>      description: Bosch Sensortec GmbH
>    "^boundary,.*":
>      description: Boundary Devices Inc.
> +  "^broadchip,.*":
> +    description: Broadchip Technology Group Co., Ltd.
>    "^brcm,.*":

Does not look ordered. 'c' is before 'o'.

Best regards,
Krzysztof