From c08728f0b854dfe3ee422805a760b095b73fd11f Mon Sep 17 00:00:00 2001 From: Prasanna S Date: Tue, 17 Sep 2024 10:56:46 +0530 Subject: [PATCH] ARM: dts: msm: Add SPS node for tuna Add SPS module to device tree. SPS (Smart Peripheral System) enables the support of all BAMs in the system which provide DMA functionality to various peripherals for tuna. Change-Id: I00db626825ae664e42e3a5a71c75baef11823a27 Signed-off-by: Prasanna S --- qcom/tuna.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 5647afbc..6dd34a9e 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -704,6 +704,11 @@ status = "disabled"; }; + qcom,sps { + compatible = "qcom,msm-sps-4k"; + qcom,pipe-attr-ee; + }; + tcsr_mutex_block: syscon@1f40000 { compatible = "syscon"; reg = <0x1f40000 0x20000>;