arm64: dts: qcom: sm8550: fix qup_spi0_cs node
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 8 Mar 2023 08:32:53 +0000 (09:32 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 16 Mar 2023 02:44:06 +0000 (19:44 -0700)
The node is incomplete and doesn't need a subnode, add the missing
properties and move everything to the root of qup-spi0-cs-state node.

Fixes: ffc50b2d3828 ("arm64: dts: qcom: Add base SM8550 dtsi")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230308-topic-sm8550-upstream-dt-fixups-v1-2-595b02067672@linaro.org
arch/arm64/boot/dts/qcom/sm8550.dtsi

index a07bbb8..d3a1e32 100644 (file)
                        };
 
                        qup_spi0_cs: qup-spi0-cs-state {
-                               cs-pins {
-                                       pins = "gpio31";
-                                       function = "qup1_se0";
-                               };
+                               pins = "gpio31";
+                               function = "qup1_se0";
+                               drive-strength = <6>;
+                               bias-disable;
                        };
 
                        qup_spi0_data_clk: qup-spi0-data-clk-state {