[PATCH] dt-bindings: vendor-prefixes: add Enclustra

Krzysztof Kozlowski posted 1 patch 4 years, 2 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: vendor-prefixes: add Enclustra
Posted by Krzysztof Kozlowski 4 years, 2 months ago
Add vendor prefix for Enclustra GmbH (https://www.enclustra.com).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Hi Rob,

Could you pick it up directly?

This was missed from old patchset:
https://lore.kernel.org/linux-devicetree/20211227133131.134369-1-krzysztof.kozlowski@canonical.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 01430973ecec..113ff50eb46e 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -383,6 +383,8 @@ patternProperties:
     description: Empire Electronix
   "^emtrion,.*":
     description: emtrion GmbH
+  "^enclustra,.*":
+    description: Enclustra GmbH
   "^endless,.*":
     description: Endless Mobile, Inc.
   "^ene,.*":
-- 
2.32.0
Re: [PATCH] dt-bindings: vendor-prefixes: add Enclustra
Posted by Rob Herring 4 years, 2 months ago
On Wed, 06 Apr 2022 18:07:28 +0200, Krzysztof Kozlowski wrote:
> Add vendor prefix for Enclustra GmbH (https://www.enclustra.com).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Hi Rob,
> 
> Could you pick it up directly?
> 
> This was missed from old patchset:
> https://lore.kernel.org/linux-devicetree/20211227133131.134369-1-krzysztof.kozlowski@canonical.com/
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!