mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
dts: overlay: piscreen: set speed to 24MHz
Some of the displays can't handle the 32MHz speed. Lower the default speed to 24MHz. Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
This commit is contained in:
committed by
popcornmix
parent
a96bf1de66
commit
fa4f994489
@@ -47,7 +47,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&piscreen_pins>;
|
||||
|
||||
spi-max-frequency = <32000000>;
|
||||
spi-max-frequency = <24000000>;
|
||||
rotate = <270>;
|
||||
bgr;
|
||||
fps = <30>;
|
||||
|
||||
Reference in New Issue
Block a user