Den 26.01.2020 18.27, skrev Kamlesh Gurudasani: > Add vendor prefix for OzzMaker [1] and Waveshare Electronics [2] > Both are display manufacturers > > [1] https://ozzmaker.com/about/ > [2] https://www.waveshare.com/contact_us > > Signed-off-by: Kamlesh Gurudasani <kamlesh.gurudasani@xxxxxxxxx> > --- I see I wasn't very clear when I said that this should be a separate patch. I meant that prefixes shouldn't be part of the bindings patch, but a separate prefixes patch and still part of the series. Not a big deal, but it looks like you have to respin this, there's an automatic check that failed: https://patchwork.ozlabs.org/patch/1229397/ Noralf. > Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index ac4804d..dfb926d 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -721,6 +721,8 @@ patternProperties: > description: OmniVision Technologies > "^oxsemi,.*": > description: Oxford Semiconductor, Ltd. > + "^ozzmaker,.*": > + description: OzzMaker > "^panasonic,.*": > description: Panasonic Corporation > "^parade,.*": > @@ -1038,6 +1040,8 @@ patternProperties: > description: Vision Optical Technology Co., Ltd. > "^vxt,.*": > description: VXT Ltd > + "^waveshare,.*": > + description: Waveshare Electronics > "^wd,.*": > description: Western Digital Corp. > "^wetek,.*": >