2023-10-16 15:16:41

by Christoph Niedermaier

[permalink] [raw]
Subject: [PATCH V5] dt-bindings: Add Marantec vendor prefix

Add vendor prefix for Marantec electronics GmbH.

Signed-off-by: Christoph Niedermaier <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
---
Cc: Rob Herring <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: [email protected]
Cc: [email protected]
To: [email protected]
---
V2: - Add this patch to the series
V3: - Add Acked-by tag
V4: - No changes
V5: - Rebase on current next 20231016
---
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 7ff33cf10fcc..e91787ded3fb 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -819,6 +819,8 @@ patternProperties:
description: Mantix Display Technology Co.,Ltd.
"^mapleboard,.*":
description: Mapleboard.org
+ "^marantec,.*":
+ description: Marantec electronics GmbH
"^marvell,.*":
description: Marvell Technology Group Ltd.
"^maxbotix,.*":
--
2.11.0


2023-10-17 18:02:32

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH V5] dt-bindings: Add Marantec vendor prefix


On Mon, 16 Oct 2023 17:04:15 +0200, Christoph Niedermaier wrote:
> Add vendor prefix for Marantec electronics GmbH.
>
> Signed-off-by: Christoph Niedermaier <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>
> ---
> Cc: Rob Herring <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Marek Vasut <[email protected]>
> Cc: Fabio Estevam <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> To: [email protected]
> ---
> V2: - Add this patch to the series
> V3: - Add Acked-by tag
> V4: - No changes
> V5: - Rebase on current next 20231016
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Applied, thanks!