ath79: also reduce spi-max-frequency for buffalo_wzr-hp-ag300h
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 27 Feb 2020 13:49:08 +0000 (14:49 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 27 Feb 2020 13:56:02 +0000 (14:56 +0100)
In accordance to ebc090e420d1 ("ath79: reduce spi-max-frequency to 50 MHz")
this also reduces the spi-max-frequency to 50 MHz for the last remaining
device with higher frequency in ath79. This will save us from having a
single special case that will require adjustment when the spi driver for
this device is changed in the future.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Chuanhong Guo <gch981213@gmail.com>
target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts

index e87f422051b4f95dd67645cec14cf5554fa6a499..b3855eff06ddb3007da10334cf7aadb6f9d8d9a3 100644 (file)
        flash0: flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <104000000>;
+               spi-max-frequency = <50000000>;
                m25p,fast-read;
        };
 
        flash1: flash@1 {
                compatible = "jedec,spi-nor";
                reg = <1>;
-               spi-max-frequency = <104000000>;
+               spi-max-frequency = <50000000>;
                m25p,fast-read;
        };
 };