summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-07-15 22:21:01 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-26 09:11:01 +0200
commit237997e7ad8c2db3adeb47ba1b3e16efbc62aa69 (patch)
tree0db6f113e276ed1c88c1b6c1420f500412585134 /arch/arm/boot
parent76e1c730e6d4fb22b6b73e95aa766d880f6cb363 (diff)
downloadlinux-stable-237997e7ad8c2db3adeb47ba1b3e16efbc62aa69.tar.gz
linux-stable-237997e7ad8c2db3adeb47ba1b3e16efbc62aa69.tar.bz2
linux-stable-237997e7ad8c2db3adeb47ba1b3e16efbc62aa69.zip
ARM: dts: gemini: Set DIR-685 SPI CS as active low
commit f90b8fda3a9d72a9422ea80ae95843697f94ea4a upstream. The SPI to the display on the DIR-685 is active low, we were just saved by the SPI library enforcing active low on everything before, so set it as active low to avoid ambiguity. Link: https://lore.kernel.org/r/20190715202101.16060-1-linus.walleij@linaro.org Cc: stable@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/gemini-dlink-dir-685.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/gemini-dlink-dir-685.dts b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
index 3613f05f8a80..bfaa2de63a10 100644
--- a/arch/arm/boot/dts/gemini-dlink-dir-685.dts
+++ b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
@@ -64,7 +64,7 @@
gpio-sck = <&gpio1 5 GPIO_ACTIVE_HIGH>;
gpio-miso = <&gpio1 8 GPIO_ACTIVE_HIGH>;
gpio-mosi = <&gpio1 7 GPIO_ACTIVE_HIGH>;
- cs-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
+ cs-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
num-chipselects = <1>;
panel: display@0 {