[PATCH] [v1]dt-bindings: vendor-prefixes: add HPE Prefix

nick.hawkins@hpe.com posted 1 patch 4 years, 4 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] [v1]dt-bindings: vendor-prefixes: add HPE Prefix
Posted by nick.hawkins@hpe.com 4 years, 4 months ago
From: Nick Hawkins <nick.hawkins@hpe.com>

Description: This patch adds the Hewlett Packard Enterprise prefix
that will be used for upcoming support in the HPE BMC GXP.

Signed-off-by: Nick Hawkins <nick.hawkins@hpe.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 294093d45a23..e8b0ec874aed 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -515,6 +515,8 @@ patternProperties:
     description: Jiangsu HopeRun Software Co., Ltd.
   "^hp,.*":
     description: Hewlett Packard
+  "^hpe,.*":
+    description: Hewlett Packard Enterprise
   "^hsg,.*":
     description: HannStar Display Co.
   "^holtek,.*":
-- 
2.17.1

Re: [PATCH] [v1]dt-bindings: vendor-prefixes: add HPE Prefix
Posted by Krzysztof Kozlowski 4 years, 4 months ago
On 10/02/2022 18:59, nick.hawkins@hpe.com wrote:
> From: Nick Hawkins <nick.hawkins@hpe.com>
> 
> Description: This patch adds the Hewlett Packard Enterprise prefix
> that will be used for upcoming support in the HPE BMC GXP.
> 
> Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof
Re: [PATCH] [v1]dt-bindings: vendor-prefixes: add HPE Prefix
Posted by Rob Herring 4 years, 4 months ago
On Thu, Feb 10, 2022 at 11:59:11AM -0600, nick.hawkins@hpe.com wrote:
> From: Nick Hawkins <nick.hawkins@hpe.com>
> 
> Description: This patch adds the Hewlett Packard Enterprise prefix
> that will be used for upcoming support in the HPE BMC GXP.
> 
> Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks.

Rob