Message ID | 20220908152449.35457-11-farbere@amazon.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Variety of fixes and new features for mr75203 driver | expand |
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 <farbere@amazon.com> > --- > 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 <robh@kernel.org>
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 <farbere@amazon.com> > Acked-by: Rob Herring <robh@kernel.org> Applied to hwmon-next. Thanks, Guenter
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,.*":
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 <farbere@amazon.com> --- V4 -> V3: - New patch to add moortec to vendor-prefixes. Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)