Message ID | 20231020-topic-chipcap2-v1-1-087e21d4b1ed@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | hwmon: Add support for Amphenol ChipCap 2 | expand |
On 08/11/2023 13:29, Javier Carrasco wrote: > Add vendor prefix for Amphenol (https://www.amphenol-sensors.com) > > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@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 573578db9509..5911c2feb353 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -103,6 +103,8 @@ patternProperties: > description: Amlogic, Inc. > "^ampere,.*": > description: Ampere Computing LLC > + "^amphenol,.*": > + description: Amphenol Use full company name in description, so I guess: Amphenol Advanced Sensors Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 573578db9509..5911c2feb353 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -103,6 +103,8 @@ patternProperties: description: Amlogic, Inc. "^ampere,.*": description: Ampere Computing LLC + "^amphenol,.*": + description: Amphenol "^ampire,.*": description: Ampire Co., Ltd. "^ams,.*":
Add vendor prefix for Amphenol (https://www.amphenol-sensors.com) Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)