diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-02-16 13:49:21 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-03-07 00:21:36 +0100 |
commit | 205c91fb6aca5f8bad5346181575a7ef78e43cea (patch) | |
tree | e8e84a3116b8d669fefa0455037c0a526c89ce20 /arch/arm64/boot | |
parent | arm64: dts: qcom: sc8280xp: Add label property to vadc channel nodes (diff) | |
download | linux-205c91fb6aca5f8bad5346181575a7ef78e43cea.tar.xz linux-205c91fb6aca5f8bad5346181575a7ef78e43cea.zip |
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 <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230216124921.3985834-1-konrad.dybcio@linaro.org
Diffstat (limited to 'arch/arm64/boot')
-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"; }; }; |