Re: [PATCH] arm64: dts: meson: fix spi-max-frequency on Khadas VIM2

2020-12-05 Thread Martin Blumenstingl
On Wed, Nov 25, 2020 at 3:40 AM Christian Hewitt wrote: > > From: Artem Lapkin > > 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

Re: [PATCH] arm64: dts: meson: fix spi-max-frequency on Khadas VIM2

2020-11-30 Thread Neil Armstrong
On 25/11/2020 03:40, Christian Hewitt wrote: > From: Artem Lapkin > > 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 > --- >

Re: [PATCH] arm64: dts: meson: fix spi-max-frequency on Khadas VIM2

2020-11-30 Thread Neil Armstrong
On 25/11/2020 03:40, Christian Hewitt wrote: > From: Artem Lapkin > > 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 > --- >

[PATCH] arm64: dts: meson: fix spi-max-frequency on Khadas VIM2

2020-11-24 Thread Christian Hewitt
From: Artem Lapkin 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 --- This change was previously submitted as [0] which has style