Message ID | 5b487a0b68d58b64022662f1e527ac80a6ad81ef.1645435888.git.sylv@sylv.io (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Support pli1209bc Digital Supervisor | expand |
On Mon, 21 Feb 2022 10:42:04 +0100, Marcello Sylvester Bauer wrote: > Add vendor prefix for Vicor Corporation. > > Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Mon, Feb 21, 2022 at 10:42:04AM +0100, Marcello Sylvester Bauer wrote: > Add vendor prefix for Vicor Corporation. > > Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io> > Acked-by: Rob Herring <robh@kernel.org> Applied to hwmon-next. Thanks, Guenter > --- > 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..047a83a089ce 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1298,6 +1298,8 @@ patternProperties: > description: Vertexcom Technologies, Inc. > "^via,.*": > description: VIA Technologies, Inc. > + "^vicor,.*": > + description: Vicor Corporation > "^videostrong,.*": > description: Videostrong Technology Co., Ltd. > "^virtio,.*":
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 294093d45a23..047a83a089ce 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1298,6 +1298,8 @@ patternProperties: description: Vertexcom Technologies, Inc. "^via,.*": description: VIA Technologies, Inc. + "^vicor,.*": + description: Vicor Corporation "^videostrong,.*": description: Videostrong Technology Co., Ltd. "^virtio,.*":
Add vendor prefix for Vicor Corporation. Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)