MIPS: ingenic: gcw0: SPI panel does not require active-high CS
authorPaul Cercueil <paul@crapouillou.net>
Sun, 7 Mar 2021 19:28:30 +0000 (19:28 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 12 Mar 2021 14:58:09 +0000 (15:58 +0100)
The NT39016 panel is a fun beast, even though the documentation states
that the CS line is active-low, it will work just fine if the CS line is
configured as active-high, but it won't work if the CS line is forced
low or forced high.

Since it did actually work with the spi-cs-high property, this is not a
bugfix, but we should nonetheless remove that property to match the
documentation.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ingenic/gcw0.dts

index bc72304..f4c04f2 100644 (file)
 
                        spi-max-frequency = <3125000>;
                        spi-3wire;
-                       spi-cs-high;
 
                        reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>;