Skip to content

Commit f90b8fd

Browse files
linuswolofj
authored andcommitted
ARM: dts: gemini: Set DIR-685 SPI CS as active low
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/[email protected] Cc: [email protected] Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent 35051f8 commit f90b8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/gemini-dlink-dir-685.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
gpio-sck = <&gpio1 5 GPIO_ACTIVE_HIGH>;
6565
gpio-miso = <&gpio1 8 GPIO_ACTIVE_HIGH>;
6666
gpio-mosi = <&gpio1 7 GPIO_ACTIVE_HIGH>;
67-
cs-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
67+
cs-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
6868
num-chipselects = <1>;
6969

7070
panel: display@0 {

0 commit comments

Comments
 (0)