summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArtem Lapkin <art@khadas.com>2020-11-25 02:40:01 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-12-30 11:25:58 +0100
commitdee66fe0627426901ce12086867008040e10b1c0 (patch)
tree148b5eb3ee067bd39493d43f5f733a26dabd5807 /arch
parent06773ce45d65c74c0aebdd766fbc3a916546d4ba (diff)
downloadlinux-stable-dee66fe0627426901ce12086867008040e10b1c0.tar.gz
linux-stable-dee66fe0627426901ce12086867008040e10b1c0.tar.bz2
linux-stable-dee66fe0627426901ce12086867008040e10b1c0.zip
arm64: dts: meson: fix spi-max-frequency on Khadas VIM2
[ Upstream commit b6c605e00ce8910d7ec3d9a54725d78b14db49b9 ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
index bdf7c6c5983c..30fa9302a4dc 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
@@ -399,7 +399,7 @@
#size-cells = <1>;
compatible = "winbond,w25q16", "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <3000000>;
+ spi-max-frequency = <104000000>;
};
};