ath79: fix spi-max-frequency for wAP G-5HacT2HnD

The introduction of ebf0d8dade (ath79: add new ar934x spi driver)
made the SPI memory unusable. Reducing the spi-max-frequency to
a smaller value makes it work again.

Tested on two MikroTik RouterBOARD wAP G-5HacT2HnD devices.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
master
Roger Pueyo Centelles 2020-02-24 21:07:59 +01:00 committed by Adrian Schmutzler
parent 2299808c68
commit 9de6bc872a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <104000000>;
spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";