[openwrt/openwrt] ath79: increase SPI frequency for D-Link DAP-2695

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 20 12:09:06 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3d896850885d3d721018aa742b1c7471155b78f0

commit 3d896850885d3d721018aa742b1c7471155b78f0
Author: Sebastian Schaper <openwrt at sebastianschaper.net>
AuthorDate: Mon Aug 23 22:38:36 2021 +0200

    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 at sebastianschaper.net>
---
 target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";



More information about the lede-commits mailing list