On Fri, Oct 08, 2021 at 06:22:21PM +0200, Miquel Raynal wrote: > When looking at compatible prefixes, Macronix is sometimes referred as > mxicy: > - mxicy,mx25r1635f > - mxicy,mx25u6435f > - mxicy,mx25v8035f > - mxicy,mx25f0a-spi > and sometimes as mxic: > - mxic,multi-itfc-v009-nand-controller > - mxic,enable-randomizer-otp > > It looks like the more up-to-date way is mxic so declare this prefix and > mark the other one as deprecated. mxicy is more widely used with flash parts. There's not a single dts file with 'mxic' which only seems to be some nand controller. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index b868cefc7c55..013a87850cd5 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -758,8 +758,11 @@ patternProperties: > description: Mundo Reader S.L. > "^murata,.*": > description: Murata Manufacturing Co., Ltd. > + "^mxic,.*": > + description: Macronix International Co., Ltd. > "^mxicy,.*": > description: Macronix International Co., Ltd. > + deprecated: true > "^myir,.*": > description: MYIR Tech Limited > "^national,.*": > -- > 2.27.0 > >