ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
authorJonathan Bakker <xc-racer2@live.ca>
Sun, 27 Mar 2022 18:08:50 +0000 (11:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:23:29 +0000 (10:23 +0200)
commit 096f58507374e1293a9e9cff8a1ccd5f37780a20 upstream.

Since commit 766c6b63aa04 ("spi: fix client driver breakages when using
GPIO descriptors"), the panel has been blank due to an inverted CS GPIO.
In order to correct this, drop the spi-cs-high from the panel SPI device.

Fixes: 766c6b63aa04 ("spi: fix client driver breakages when using GPIO descriptors")
Cc: <stable@vger.kernel.org>
Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Link: https://lore.kernel.org/r/CY4PR04MB05670C771062570E911AF3B4CB1C9@CY4PR04MB0567.namprd04.prod.outlook.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/s5pv210-aries.dtsi

index 9b7da2bc3a06f852129effb0bb23f00a865c2bf2..b6d55a782c208ece0c12885c54327cde0f30e310 100644 (file)
                        reset-gpios = <&mp05 5 GPIO_ACTIVE_LOW>;
                        vdd3-supply = <&ldo7_reg>;
                        vci-supply = <&ldo17_reg>;
-                       spi-cs-high;
                        spi-max-frequency = <1200000>;
 
                        pinctrl-names = "default";