ipq40xx: increase EX6150v2 SPI frequency

The chip supports clock speeds up to 50 MHz, however it won't even read
the chip-id correctly at this frequency.

45 MHz however works reliable.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer 2021-08-14 02:20:40 +02:00
parent 5181af5585
commit b9162a9c85
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
mx25l12805d@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <24000000>;
spi-max-frequency = <45000000>;
partitions {
compatible = "fixed-partitions";