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:
parent
1543d2e0a7
commit
24514ec881
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue