projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df03c41
)
arm64: dts: qcom: sm8550: fix qup_spi0_cs node
author
Neil Armstrong
<neil.armstrong@linaro.org>
Wed, 8 Mar 2023 08:32:53 +0000
(09:32 +0100)
committer
Bjorn 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm8550.dtsi
b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index a07bbb8e9fb5026b8745e496c761c38696cea309..d3a1e320306e569115daa76d1ce26a5df66ac906 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sm8550.dtsi
@@
-2799,10
+2799,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 {