Skip to content

Commit

Permalink
ramips: increase spi frequency for Buffalo WCR-1166DS
Browse files Browse the repository at this point in the history
Use higher frequency than current and up the speed to access to the
flash on WCR-1166DS.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
  • Loading branch information
musashino205 authored and hauke committed Mar 6, 2022
1 parent 6c743c3 commit 621d88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7628an_buffalo_wcr-1166ds.dts
Expand Up @@ -120,7 +120,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
spi-max-frequency = <40000000>;

partitions {
compatible = "fixed-partitions";
Expand Down

0 comments on commit 621d88d

Please sign in to comment.