Skip to content

Commit

Permalink
arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins
Browse files Browse the repository at this point in the history
[ Upstream commit 4871d3c ]

When BLSPI1 (originally SPI0, later renamed in commit f82c48d
("arm64: dts: qcom: ipq6018: correct QUP peripheral labels")) was added,
the device node lacked respective pin configuration assignment.

Fixes: 5bf6356 ("arm64: dts: ipq6018: Add a few device nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221006124659.217540-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed Dec 31, 2022
1 parent 9db5992 commit 89f79f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
Expand Up @@ -37,6 +37,8 @@

&spi_0 {
cs-select = <0>;
pinctrl-0 = <&spi_0_pins>;
pinctrl-names = "default";
status = "okay";

m25p80@0 {
Expand Down

0 comments on commit 89f79f8

Please sign in to comment.