2022-09-08 15:45:04

by Farber, Eliav

[permalink] [raw]
Subject: [PATCH v5 10/21] dt-bindings: vendor-prefixes: add vendor prefix for Moortec

Add device-tree vendor prefix for Moortec Semiconductor Ltd.
Website: https://moortec.com/

Moortec were acquired by Synopsys so link above leads to:
https://www.synopsys.com/solutions/silicon-lifecycle-management.html

Signed-off-by: Eliav Farber <[email protected]>
---
V4 -> V3:
- New patch to add moortec to vendor-prefixes.

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 2f0151e9f6be..9bf7c2cd7e89 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -819,6 +819,8 @@ patternProperties:
description: MNT Research GmbH
"^modtronix,.*":
description: Modtronix Engineering
+ "^moortec,.*":
+ description: Moortec Semiconductor Ltd.
"^mosaixtech,.*":
description: Mosaix Technologies, Inc.
"^motorola,.*":
--
2.37.1


2022-09-13 12:17:45

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v5 10/21] dt-bindings: vendor-prefixes: add vendor prefix for Moortec

On Thu, 08 Sep 2022 15:24:38 +0000, Eliav Farber wrote:
> Add device-tree vendor prefix for Moortec Semiconductor Ltd.
> Website: https://moortec.com/
>
> Moortec were acquired by Synopsys so link above leads to:
> https://www.synopsys.com/solutions/silicon-lifecycle-management.html
>
> Signed-off-by: Eliav Farber <[email protected]>
> ---
> V4 -> V3:
> - New patch to add moortec to vendor-prefixes.
>
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Rob Herring <[email protected]>

2022-09-19 14:06:42

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH v5 10/21] dt-bindings: vendor-prefixes: add vendor prefix for Moortec

On Thu, Sep 08, 2022 at 03:24:38PM +0000, Eliav Farber wrote:
> Add device-tree vendor prefix for Moortec Semiconductor Ltd.
> Website: https://moortec.com/
>
> Moortec were acquired by Synopsys so link above leads to:
> https://www.synopsys.com/solutions/silicon-lifecycle-management.html
>
> Signed-off-by: Eliav Farber <[email protected]>
> Acked-by: Rob Herring <[email protected]>

Applied to hwmon-next.

Thanks,
Guenter