Skip to content

Commit

Permalink
arm64: dts: qcom: sm8550: fix qup_spi0_cs node
Browse files Browse the repository at this point in the history
[ Upstream commit 7629c7a ]

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: ffc50b2 ("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
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
superna9999 authored and gregkh committed May 11, 2023
1 parent 344ba03 commit 6eff406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/qcom/sm8550.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2792,10 +2792,10 @@
};

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 {
Expand Down

0 comments on commit 6eff406

Please sign in to comment.