Message ID | 20211008162228.1753083-4-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Macronix ECC engine | expand |
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@bootlin.com> > --- > 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 > >
Hi Rob > > Re: [RFC PATCH 03/10] dt-bindings: vendor-prefixes: Update Macronix prefix > > 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. Yes, you are right. Hi Miquel Please keep using "mxicy,*" consistently for the compatible property, thanks. > > > > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > > --- > > 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 > > > > CONFIDENTIALITY NOTE: This e-mail and any attachments may contain confidential information and/or personal data, which is protected by applicable laws. Please be reminded that duplication, disclosure, distribution, or use of this e-mail (and/or its attachments) or any part thereof is prohibited. If you receive this e-mail in error, please notify us immediately and delete this mail as well as its attachment(s) from your system. In addition, please be informed that collection, processing, and/or use of personal data is prohibited unless expressly permitted by personal data protection laws. Thank you for your attention and cooperation. Macronix International Co., Ltd. ===================================================================== ============================================================================ CONFIDENTIALITY NOTE: This e-mail and any attachments may contain confidential information and/or personal data, which is protected by applicable laws. Please be reminded that duplication, disclosure, distribution, or use of this e-mail (and/or its attachments) or any part thereof is prohibited. If you receive this e-mail in error, please notify us immediately and delete this mail as well as its attachment(s) from your system. In addition, please be informed that collection, processing, and/or use of personal data is prohibited unless expressly permitted by personal data protection laws. Thank you for your attention and cooperation. Macronix International Co., Ltd. =====================================================================
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,.*":
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. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++ 1 file changed, 3 insertions(+)