[PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH

Bruno Thomsen posted 1 patch 2 years, 8 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH
Posted by Bruno Thomsen 2 years, 8 months ago
KUNBUS GmbH created the modular DIN-rail mounted open source hardware
platform called Revolution Pi for automation and IIoT projects.
https://www.kunbus.com/

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Reviewed-by: Stefano Bossi <stefano.bossi@gmail.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 ed64e06ecca4..f5e48b49b208 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -707,6 +707,8 @@ patternProperties:
     description: Kontron S&T AG
   "^kosagi,.*":
     description: Sutajio Ko-Usagi PTE Ltd.
+  "^kunbus,.*":
+    description: KUNBUS GmbH
   "^kvg,.*":
     description: Kverneland Group
   "^kyo,.*":

base-commit: de4664485abbc0529b1eec44d0061bbfe58a28fb
-- 
2.39.2
Re: [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 14/04/2023 06:57, Bruno Thomsen wrote:
> KUNBUS GmbH created the modular DIN-rail mounted open source hardware
> platform called Revolution Pi for automation and IIoT projects.
> https://www.kunbus.com/
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Reviewed-by: Stefano Bossi <stefano.bossi@gmail.com>

I do not see it being used in current next. We do not document all
possible companies in the world. We document prefixes used in bindings.

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH
Posted by Bruno Thomsen 2 years, 8 months ago
Den fre. 14. apr. 2023 kl. 09.58 skrev Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>:
>
> On 14/04/2023 06:57, Bruno Thomsen wrote:
> > KUNBUS GmbH created the modular DIN-rail mounted open source hardware
> > platform called Revolution Pi for automation and IIoT projects.
> > https://www.kunbus.com/
> >
> > Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> > Reviewed-by: Stefano Bossi <stefano.bossi@gmail.com>
>
> I do not see it being used in current next. We do not document all
> possible companies in the world. We document prefixes used in bindings.

I am going to use it in the board compatibility string for the Revolution Pi
DIN module device tree(s). So I send it separately to avoid spamming the
mailing list on every iteration of the board DT. But I can resend it when there
is a board patch that uses it.

/Bruno

> Best regards,
> Krzysztof
>
Re: [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 14/04/2023 22:24, Bruno Thomsen wrote:
> Den fre. 14. apr. 2023 kl. 09.58 skrev Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org>:
>>
>> On 14/04/2023 06:57, Bruno Thomsen wrote:
>>> KUNBUS GmbH created the modular DIN-rail mounted open source hardware
>>> platform called Revolution Pi for automation and IIoT projects.
>>> https://www.kunbus.com/
>>>
>>> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
>>> Reviewed-by: Stefano Bossi <stefano.bossi@gmail.com>
>>
>> I do not see it being used in current next. We do not document all
>> possible companies in the world. We document prefixes used in bindings.
> 
> I am going to use it in the board compatibility string for the Revolution Pi
> DIN module device tree(s). So I send it separately to avoid spamming the
> mailing list on every iteration of the board DT. But I can resend it when there
> is a board patch that uses it.

The best is to send it with the first patchset which introduces it.

Best regards,
Krzysztof