From 238facc69de149580a332e6c2cf3c40ae12d133b Mon Sep 17 00:00:00 2001 From: Yatish Kumar Singh Date: Wed, 2 Nov 2022 11:22:39 +0530 Subject: [PATCH] ARM: dts: msm: Add SPS node for ravelin 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 ravelin. Change-Id: Ica64b9342bd774097df41a3dad31e42318103758 --- qcom/ravelin.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/ravelin.dtsi b/qcom/ravelin.dtsi index 94ed640d..7eaaecdb 100644 --- a/qcom/ravelin.dtsi +++ b/qcom/ravelin.dtsi @@ -1455,6 +1455,11 @@ restrict-access; }; + qcom,sps { + compatible = "qcom,msm-sps-4k"; + qcom,pipe-attr-ee; + }; + msm_fastrpc: qcom,msm_fastrpc { compatible = "qcom,msm-fastrpc-compute"; qcom,adsp-remoteheap-vmid = <22 37>;