mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-13 16:18:52 +01:00
changed spi speed to 50Mbps in device tree (changed patch 3)
This commit is contained in:
parent
63dc1cd7c2
commit
2cbc14b81b
@ -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>;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user