Skip to content
Snippets Groups Projects
Commit 64d088d8 authored by Sebastian Schaper's avatar Sebastian Schaper Committed by Adrian Schmutzler
Browse files

ath79: increase spi clock for D-Link DIR-842


AHB is 258 MHz for this device (CPU_PLL / 3), but there is no difference
between 64 MHz and 50 MHz for spi-max-frequency, thus increase to 50 MHz.

Tested on revisions C1 and C3.

Signed-off-by: default avatarSebastian Schaper <openwrt@sebastianschaper.net>
parent 8643c0b5
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,13 @@
&spi {
status = "okay";
num-cs = <1>;
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <30000000>;
spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment