2020-01-07 14:16:51

by Bruno Thomsen

[permalink] [raw]
Subject: [PATCH] dt: bindings: add vendor prefix for Kamstrup A/S

Kamstrup manufactures meters for electricity, heating, cooling
and water. Including long-life communication infrastructure
for e.g. smart grid based on Linux, more information on
https://www.kamstrup.com

Signed-off-by: Bruno Thomsen <[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 6046f4555852..aab35a93e5ec 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -475,6 +475,8 @@ patternProperties:
description: Shenzhen Jesurun Electronics Business Dept.
"^jianda,.*":
description: Jiandangjing Technology Co., Ltd.
+ "^kam,.*":
+ description: Kamstrup A/S
"^karo,.*":
description: Ka-Ro electronics GmbH
"^keithkoep,.*":
--
2.24.1


2020-01-08 21:03:19

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt: bindings: add vendor prefix for Kamstrup A/S

On Tue, 7 Jan 2020 15:11:38 +0100, Bruno Thomsen wrote:
> Kamstrup manufactures meters for electricity, heating, cooling
> and water. Including long-life communication infrastructure
> for e.g. smart grid based on Linux, more information on
> https://www.kamstrup.com
>
> Signed-off-by: Bruno Thomsen <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Applied, thanks.

Rob