Rob, Could you also take a look at this patch? There are several patchsets I've sent which depend on the vendor-prefix it defines. So when you get to check those patchsets DT files, the dt_binding_check will fail without it. Is it possible somehow to pick this patch up from here and apply it before checking those Baikal-T1-specific binding files? -Sergey On Wed, May 06, 2020 at 08:42:21PM +0300, Sergey.Semin@xxxxxxxxxxxxxxxxxxxx wrote: > From: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> > > Add "BAIKAL ELECTRONICS, JSC" to the list of devicetree vendor prefixes > as "baikal". > > Website: http://www.baikalelectronics.com > > Signed-off-by: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> > Cc: Alexey Malahov <Alexey.Malahov@xxxxxxxxxxxxxxxxxxxx> > Cc: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> > Cc: Paul Burton <paulburton@xxxxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxxx > Cc: linux-pm@xxxxxxxxxxxxxxx > > --- > > Changelog v2: > - Fix author and SoB emails mismatch. > - Add 'baikal' vendor prefix instead of ambiguous 'be'. > --- > 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 d3891386d671..674c0d07c0ad 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -139,6 +139,8 @@ patternProperties: > description: Azoteq (Pty) Ltd > "^azw,.*": > description: Shenzhen AZW Technology Co., Ltd. > + "^baikal,.*": > + description: BAIKAL ELECTRONICS, JSC > "^bananapi,.*": > description: BIPAI KEJI LIMITED > "^beacon,.*": > -- > 2.25.1 >