Skip to content

Commit 8bfb696

Browse files
lumagandersson
authored andcommitted
arm64: dts: qcom: sdm845-db845c: drop CS from SPIO0
On SDM845 SPI uses hardware-provided chip select, while specifying cs-gpio makes the driver request GPIO pin, which on DB845c conflicts with the normal host controllers pinctrl entry. Drop the cs-gpios property to restore SPI functionality. Fixes: cb29e71 ("arm64: dts: qcom: db845c: Add support for MCP2517FD") Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260106-wcn3990-pwrctl-v2-7-0386204328be@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent c5dc481 commit 8bfb696

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm64/boot/dts/qcom/sdm845-db845c.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,6 @@
850850
status = "okay";
851851
pinctrl-names = "default";
852852
pinctrl-0 = <&qup_spi0_default>;
853-
cs-gpios = <&tlmm 3 GPIO_ACTIVE_LOW>;
854853

855854
can@0 {
856855
compatible = "microchip,mcp2517fd";

0 commit comments

Comments
 (0)