[PATCH v1] dt-bindings: vendor-prefixes: Add a pci14e4 entry

Jacobe Zang posted 1 patch 1 year, 6 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH v1] dt-bindings: vendor-prefixes: Add a pci14e4 entry
Posted by Jacobe Zang 1 year, 6 months ago
Add Broadcom pci14e4 prefix for PCIe Wi-Fi module in dts.

Signed-off-by: Jacobe Zang <jacobe.zang@wesion.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 fbf47f0bacf1a..d0db6df57bfe5 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1112,6 +1112,8 @@ patternProperties:
     description: Parade Technologies Inc.
   "^parallax,.*":
     description: Parallax Inc.
+  "^pci14e4,.*":
+    description: Broadcom Corporation
   "^pda,.*":
     description: Precision Design Associates, Inc.
   "^pericom,.*":
-- 
2.34.1
Re: [PATCH v1] dt-bindings: vendor-prefixes: Add a pci14e4 entry
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 17/06/2024 04:35, Jacobe Zang wrote:
> Add Broadcom pci14e4 prefix for PCIe Wi-Fi module in dts.
> 
> Signed-off-by: Jacobe Zang <jacobe.zang@wesion.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 fbf47f0bacf1a..d0db6df57bfe5 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -1112,6 +1112,8 @@ patternProperties:
>      description: Parade Technologies Inc.
>    "^parallax,.*":
>      description: Parallax Inc.
> +  "^pci14e4,.*":
> +    description: Broadcom Corporation

I think this is not needed. We do not document PCI or USB prefixes.


Best regards,
Krzysztof