Message ID | 58d2c7501edf746f3677681327c283fc3faaf872.1642434222.git.sylv@sylv.io (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Support bcm6123 Bus Converter | expand |
On Mon, Jan 17, 2022 at 05:12:47PM +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(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 66d6432fd781..8a2a205d6d34 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1273,6 +1273,8 @@ patternProperties: > "^vdl,.*": > description: Van der Laan b.v. > "^via,.*": > + description: Vicor Corporation You just changed the description for VIA. > + "^vicor,.*": > description: VIA Technologies, Inc. > "^videostrong,.*": > description: Videostrong Technology Co., Ltd. > -- > 2.33.1 > >
On Tue, 2022-02-08 at 20:50 -0600, Rob Herring wrote: > On Mon, Jan 17, 2022 at 05:12:47PM +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(+) > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > index 66d6432fd781..8a2a205d6d34 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -1273,6 +1273,8 @@ patternProperties: > > "^vdl,.*": > > description: Van der Laan b.v. > > "^via,.*": > > + description: Vicor Corporation > > You just changed the description for VIA. Indeed. My bad. > > > + "^vicor,.*": > > description: VIA Technologies, Inc. > > "^videostrong,.*": > > description: Videostrong Technology Co., Ltd. > > -- > > 2.33.1 > > > >
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 66d6432fd781..8a2a205d6d34 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1273,6 +1273,8 @@ patternProperties: "^vdl,.*": description: Van der Laan b.v. "^via,.*": + description: Vicor Corporation + "^vicor,.*": description: VIA Technologies, Inc. "^videostrong,.*": description: Videostrong Technology Co., Ltd.
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(+)