Hi Romain, On Sat, 11 Sept 2021 at 04:03, Romain Perier wrote: > This adds a vendor prefix for wireless tag boards and SOMs. > > Signed-off-by: Romain Perier > --- > 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 a867f7102c35..b50d62dde7c5 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -517,6 +517,8 @@ patternProperties: > description: International Business Machines (IBM) > "^icplus,.*": > description: IC Plus Corp. > + "^wirelesstag,.*": > + description: Wireless Tag (qiming yunduan) > "^idt,.*": > description: Integrated Device Technologies, Inc. > "^ifi,.*": > -- > 2.33.0 > This should be in alphabetical order. Thanks, Daniel