2024-01-15 09:16:55

by Javier Carrasco

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: add XMOS

Add prefix for XMOS Limited, a fabless semiconductor company that
develops audio products and multicore microcontrollers.

Signed-off-by: Javier Carrasco <[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 309b94c328c8..cb2c8ec1faf8 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1578,6 +1578,8 @@ patternProperties:
description: Xiphera Ltd.
"^xlnx,.*":
description: Xilinx
+ "^xmos,.*":
+ description: XMOS
"^xnano,.*":
description: Xnano
"^xunlong,.*":

--
2.39.2



2024-01-15 12:59:47

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add XMOS

On 15/01/2024 10:16, Javier Carrasco wrote:
> Add prefix for XMOS Limited, a fabless semiconductor company that
> develops audio products and multicore microcontrollers.
>
> Signed-off-by: Javier Carrasco <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof