boards: pinetime_devkit0: adjust spi flash compatible

We have a 'mxicy' entry in vendor-prefixes.txt for this vendor. Use it
to be consistent. Linux's
Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml file allows
both, but I'd like to see what happens if we try to be consistent in
Zephyr. There isn't a binding for this compatible in zephyr, so I'm
hopeful this won't break any upstream use cases.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-08-10 17:20:51 -07:00 committed by Christopher Friedt
commit 24514ec881

View file

@ -126,7 +126,7 @@
/* Macronix MX25L CMOS Flash Memory */
mx25l: mx25l@0 {
compatible = "macronix,cmos-mx25l";
compatible = "mxicy,cmos-mx25l";
reg = <0>;
spi-max-frequency = <8000000>; /* 8MHz */
label = "CMOS MX25L";