2021-03-29 02:02:12

by Brad Larson

[permalink] [raw]
Subject: [PATCH v2 08/13] dt-bindings: Add pensando vendor prefix

Add vendor prefix for Pensando Systems, Inc.

Signed-off-by: Brad Larson <[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 f6064d84a424..9a21d780c5e1 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -850,6 +850,8 @@ patternProperties:
description: Parallax Inc.
"^pda,.*":
description: Precision Design Associates, Inc.
+ "^pensando,.*":
+ description: Pensando Systems Inc.
"^pericom,.*":
description: Pericom Technology Inc.
"^pervasive,.*":
--
2.17.1


2021-03-30 21:58:26

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2 08/13] dt-bindings: Add pensando vendor prefix

On Sun, 28 Mar 2021 18:59:33 -0700, Brad Larson wrote:
> Add vendor prefix for Pensando Systems, Inc.
>
> Signed-off-by: Brad Larson <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

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