board: pandora_stm32l475: fix flash write command for w25q128jv
w25q128jv only supports quad input page program instruction 0x32 (PP_1_1_4) Signed-off-by: Han Wu <wuhanstudios@gmail.com>
This commit is contained in:
parent
734fc58b62
commit
8f3fdc9731
@ -83,6 +83,7 @@
|
||||
qspi-max-frequency = <80000000>;
|
||||
jedec-id = [ef 40 18];
|
||||
spi-bus-width = <4>;
|
||||
writeoc = "PP_1_1_4";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user