arm64: dts: meson: fix spi-max-frequency on Khadas VIM2
authorArtem Lapkin <art@khadas.com>
Wed, 25 Nov 2020 02:40:01 +0000 (02:40 +0000)
committerKevin Hilman <khilman@baylibre.com>
Tue, 1 Dec 2020 00:10:00 +0000 (16:10 -0800)
The max frequency for the w25q32 (VIM v1.2) and w25q128 (VIM v1.4) spifc
chip should be 104Mhz not 30MHz.

Fixes: b8b74dda3908 ("ARM64: dts: meson-gxm: Add support for Khadas VIM2")
Signed-off-by: Artem Lapkin <art@khadas.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201125024001.19036-1-christianshewitt@gmail.com
arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts

index da000c1..c5ee55c 100644 (file)
                #size-cells = <1>;
                compatible = "winbond,w25q16", "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <3000000>;
+               spi-max-frequency = <104000000>;
        };
 };