diff options
| author | Konrad Dybcio <[email protected]> | 2023-02-16 13:49:21 +0100 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-03-06 15:21:36 -0800 |
| commit | 205c91fb6aca5f8bad5346181575a7ef78e43cea (patch) | |
| tree | e8e84a3116b8d669fefa0455037c0a526c89ce20 | |
| parent | 8013295662f55696e5953ef14c31ba03721adf8f (diff) | |
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]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sm6115.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi index 4d6ec815b78b..fbd67d2c8d78 100644 --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi @@ -1078,6 +1078,7 @@ dma-names = "tx", "rx"; #address-cells = <1>; #size-cells = <0>; + status = "disabled"; }; }; |