diff mbox series

DTS: khadas-vim2 spi-flash change spi-max-frequency v2

Message ID 20210527083732.152868-1-art@khadas.com
State Rejected
Delegated to: Neil Armstrong
Headers show
Series DTS: khadas-vim2 spi-flash change spi-max-frequency v2 | expand

Commit Message

Art Nikpal May 27, 2021, 8:37 a.m. UTC
change max freq to 104Mhz for SPI-NOR flash

Signed-off-by: Artem Lapkin <art@khadas.com>
---
 arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Art Nikpal May 27, 2021, 8:41 a.m. UTC | #1
just ignore - this patch - it was wrong - sorry ;-)

On Thu, May 27, 2021 at 4:37 PM Artem Lapkin <email2tema@gmail.com> wrote:
>
> change max freq to 104Mhz for SPI-NOR flash
>
> Signed-off-by: Artem Lapkin <art@khadas.com>
> ---
>  arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi b/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
> index c1763336cf..247817adea 100644
> --- a/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
> +++ b/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
> @@ -18,5 +18,6 @@
>  };
>
>  &spifc {
> +       spi-max-frequency = <104000000>;
>         status = "okay";
>  };
> --
> 2.25.1
>
diff mbox series

Patch

diff --git a/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi b/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
index c1763336cf..247817adea 100644
--- a/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
+++ b/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
@@ -18,5 +18,6 @@ 
 };
 
 &spifc {
+	spi-max-frequency = <104000000>;
 	status = "okay";
 };