diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2015-03-07 20:40:07 +0100 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2015-05-18 14:12:09 +0100 |
commit | 91ddc612d62ede1488d1f39d43c4dbbbc53ed435 (patch) | |
tree | fb598bc94a8108dd0b041cb3e652276f45466317 | |
parent | f62da85da5046748c1208fd0b9ba389096cc6b34 (diff) | |
download | linux-91ddc612d62ede1488d1f39d43c4dbbbc53ed435.tar.gz |
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>
-rw-r--r-- | arch/arm/boot/dts/piscreen-overlay.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/piscreen-overlay.dts b/arch/arm/boot/dts/piscreen-overlay.dts index 8cd6a953ef06..b7fd7ea4de76 100644 --- a/arch/arm/boot/dts/piscreen-overlay.dts +++ b/arch/arm/boot/dts/piscreen-overlay.dts @@ -47,7 +47,7 @@ pinctrl-names = "default"; pinctrl-0 = <&piscreen_pins>; - spi-max-frequency = <32000000>; + spi-max-frequency = <24000000>; rotate = <270>; bgr; fps = <30>; |