ramips: update DTS files to use jedec,spi-nor compatible string for m25p80 to fix probe issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47935
This commit is contained in:
parent
41aa066df9
commit
32877b31dc
94 changed files with 94 additions and 94 deletions
|
@ -25,7 +25,7 @@
|
|||
m25p80@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "w25q128";
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0 0>;
|
||||
linux,modalias = "m25p80", "w25q128";
|
||||
spi-max-frequency = <10000000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue