2023-02-16 12:49:29

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: sm6115: Un-enable SPI5 by default

The commit mentioned in the fixes tag erroneously enabled SPI5
unconditionally. Undo it.

Fixes: 25aab0b852d6 ("arm64: dts: qcom: sm6115: Add geni debug uart node for qup0")
Signed-off-by: Konrad Dybcio <[email protected]>
---
arch/arm64/boot/dts/qcom/sm6115.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
index 15811be82acc..5a8b4c334997 100644
--- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
@@ -1085,6 +1085,7 @@ spi5: spi@4a94000 {
dma-names = "tx", "rx";
#address-cells = <1>;
#size-cells = <0>;
+ status = "disabled";
};
};

--
2.39.1



2023-03-07 04:17:21

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sm6115: Un-enable SPI5 by default

On Thu, 16 Feb 2023 13:49:21 +0100, Konrad Dybcio wrote:
> The commit mentioned in the fixes tag erroneously enabled SPI5
> unconditionally. Undo it.
>
>

Applied, thanks!

[1/1] arm64: dts: qcom: sm6115: Un-enable SPI5 by default
commit: 205c91fb6aca5f8bad5346181575a7ef78e43cea

Best regards,
--
Bjorn Andersson <[email protected]>