changed spi speed to 50Mbps in device tree (changed patch 3)

This commit is contained in:
Vincent-FK 2019-11-05 17:17:38 +01:00
parent 63dc1cd7c2
commit 2cbc14b81b

View File

@ -159,7 +159,7 @@
+ st7789v@0 { + st7789v@0 {
+ compatible = "sitronix,st7789v"; + compatible = "sitronix,st7789v";
+ reg = <0>; + reg = <0>;
+ spi-max-frequency = <47000000>; + spi-max-frequency = <50000000>;
+ txbuflen = <115200>; + txbuflen = <115200>;
+ rotate = <0>; + rotate = <0>;
+ fps = <50>; + fps = <50>;