Skip to content
Snippets Groups Projects
Commit b9162a9c authored by David Bauer's avatar David Bauer
Browse files

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: default avatarDavid Bauer <mail@david-bauer.net>
parent 5181af55
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
mx25l12805d@0 { mx25l12805d@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <24000000>; spi-max-frequency = <45000000>;
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment