From cb1fb437f4e9d55f84cfe689797283c596edcf39 Mon Sep 17 00:00:00 2001 From: Visweswara Tanuku Date: Wed, 19 Oct 2022 09:15:25 -0700 Subject: [PATCH] ARM: dts: msm: Add SPS node for sdxbaagha 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 sdxbaagha. Change-Id: I94f8c1dbbe1e768758684706360d678edbe532d7 --- qcom/sdxbaagha.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/sdxbaagha.dtsi b/qcom/sdxbaagha.dtsi index 3b51c7ae..06c8b5ee 100644 --- a/qcom/sdxbaagha.dtsi +++ b/qcom/sdxbaagha.dtsi @@ -524,6 +524,10 @@ qcom,skip-qos; }; + qcom,sps { + compatible = "qcom,msm-sps-4k"; + qcom,pipe-attr-ee; + }; }; #include "sdxbaagha-pinctrl.dtsi"