arm64: dts: qcom: msm8994: Correct SPI10 CS pin
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 18 Oct 2022 15:54:48 +0000 (11:54 -0400)
committerBjorn Andersson <andersson@kernel.org>
Mon, 7 Nov 2022 17:04:01 +0000 (11:04 -0600)
The GPIO55 is part of SPI10 pins, not its chip-select.  Probably the
intention was to use one of dedicated chip-select GPIOs: 47 or 67.
GPIO47 is used for UART2, so choose GPIO67.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221018155450.39816-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/msm8994.dtsi

index ded5b7c..7a582a5 100644 (file)
                                };
                                cs {
                                        function = "gpio";
-                                       pins = "gpio55";
+                                       pins = "gpio67";
                                        drive-strength = <2>;
                                        bias-disable;
                                };