From 9a95505cc9b724a8f7341fa8022781e205a13dcf Mon Sep 17 00:00:00 2001 From: Prasanna S Date: Tue, 1 Oct 2024 10:41:08 +0530 Subject: [PATCH] ARM: dts: msm: Add SPS node for kera 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 kera. Change-Id: I606567fddd7af1f3b724d6a2ea9555d986efe866 Signed-off-by: Prasanna S --- qcom/kera.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/kera.dtsi b/qcom/kera.dtsi index 80f3c049..e5192003 100644 --- a/qcom/kera.dtsi +++ b/qcom/kera.dtsi @@ -891,6 +891,11 @@ status = "disabled"; }; + qcom,sps { + compatible = "qcom,msm-sps-4k"; + qcom,pipe-attr-ee; + }; + tcsr_mutex_block: syscon@1f40000 { compatible = "syscon"; reg = <0x1f40000 0x20000>;