Re: [PATCH] arm64: dts: qcom: sm6115: bring back missing disable for spi@4a94000

From: Konrad Dybcio
Date: Thu Feb 09 2023 - 11:39:28 EST




On 9.02.2023 16:58, Krzysztof Kozlowski wrote:
> spi@4a94000 should stay disabled in SoC DTSI and only enabled by
> specific boards.
>
> Fixes: 1d0d6a6e6f6b ("arm64: dts: qcom: sm6115: Add geni debug uart node for qup0")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad
> 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 3eccfb8c16ce..39a63ff46fc1 100644
> --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
> @@ -1001,6 +1001,7 @@ spi5: spi@4a94000 {
> dma-names = "tx", "rx";
> #address-cells = <1>;
> #size-cells = <0>;
> + status = "disabled";
> };
> };
>