From 2cbc14b81bb14256136e7e7ee1b82df3e9501df6 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Tue, 5 Nov 2019 17:17:38 +0100 Subject: [PATCH] changed spi speed to 50Mbps in device tree (changed patch 3) --- FunKey/board/funkey/patches/linux/0003-add-funkey-dts.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunKey/board/funkey/patches/linux/0003-add-funkey-dts.patch b/FunKey/board/funkey/patches/linux/0003-add-funkey-dts.patch index b0d3bac..def58c7 100644 --- a/FunKey/board/funkey/patches/linux/0003-add-funkey-dts.patch +++ b/FunKey/board/funkey/patches/linux/0003-add-funkey-dts.patch @@ -159,7 +159,7 @@ + st7789v@0 { + compatible = "sitronix,st7789v"; + reg = <0>; -+ spi-max-frequency = <47000000>; ++ spi-max-frequency = <50000000>; + txbuflen = <115200>; + rotate = <0>; + fps = <50>;