Messages in this thread Patch in this message |  | | From | Daniel Kestrel <> | Subject | [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add AVM | Date | Sun, 27 Feb 2022 12:58:30 +0100 |
| |
Add vendor prefix for AVM Computersysteme Vertriebs GmbH (http://www.avm.de/en)
Signed-off-by: Daniel Kestrel <kestrelseventyfour@gmail.com> Acked-by: Rob Herring <robh@kernel.org> --- 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 294093d45a23..0be52bb27f2b 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -153,6 +153,8 @@ patternProperties: description: avia semiconductor "^avic,.*": description: Shanghai AVIC Optoelectronics Co., Ltd. + "^avm,.*": + description: AVM Computersysteme Vertriebs GmbH "^avnet,.*": description: Avnet, Inc. "^awinic,.*": -- 2.17.1
|  |