diff options
author | Sebastian Schaper <openwrt@sebastianschaper.net> | 2021-08-23 22:38:36 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-20 21:08:25 +0100 |
commit | 3d896850885d3d721018aa742b1c7471155b78f0 (patch) | |
tree | dda483210a52a7c42686343955695cbb2a8aef5d | |
parent | f1b4c1d82de38cfe182bb1bb9ba0094d5f4199c7 (diff) | |
download | upstream-3d896850885d3d721018aa742b1c7471155b78f0.tar.gz upstream-3d896850885d3d721018aa742b1c7471155b78f0.tar.bz2 upstream-3d896850885d3d721018aa742b1c7471155b78f0.zip |
ath79: increase SPI frequency for D-Link DAP-2695
This device can be merged with the existing dtsi,
which will increase spi-max-frequency to 50 MHz.
To make this change more visible, increase to 50 MHz before merging.
Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
-rw-r--r-- | target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts b/target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts index 15a32a1f3f..53b1e03da6 100644 --- a/target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts +++ b/target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts @@ -56,7 +56,7 @@ #size-cells = <1>; compatible = "mx25l12805d"; reg = <0>; - spi-max-frequency = <25000000>; + spi-max-frequency = <50000000>; partitions { compatible = "fixed-partitions"; |