mpc85xx: fix up m25p80 device id (#21286)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47691
This commit is contained in:
parent
46112609d0
commit
e2999a8e5f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
flash@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "spansion,s25fl129p1";
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <25000000>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue