From b254cecddd4322b521c8eae17170cf80f12a4072 Mon Sep 17 00:00:00 2001 From: Patan Saddam Date: Fri, 16 Aug 2024 11:37:56 +0530 Subject: [PATCH] ARM: dts: msm: Fix compilation error Add semicolon to fix compilation error. Change-Id: I351917a718ce5526787b7040c5c3b8d9d3a274ae Signed-off-by: Patan Saddam --- kera/kera-dsp.dtsi | 2 +- tuna/tuna-dsp.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kera/kera-dsp.dtsi b/kera/kera-dsp.dtsi index d6604715..3bd28a86 100644 --- a/kera/kera-dsp.dtsi +++ b/kera/kera-dsp.dtsi @@ -107,7 +107,7 @@ compute-cb@2 { compatible = "qcom,fastrpc-compute-cb"; reg = <2>; - iommus = <&apps_smmu 0x0C02 0x0000>, + iommus = <&apps_smmu 0x0C02 0x0000>; qcom,iommu-faults = "stall-disable", "HUPCF"; dma-coherent; qcom,iova-best-fit; diff --git a/tuna/tuna-dsp.dtsi b/tuna/tuna-dsp.dtsi index d6604715..3bd28a86 100644 --- a/tuna/tuna-dsp.dtsi +++ b/tuna/tuna-dsp.dtsi @@ -107,7 +107,7 @@ compute-cb@2 { compatible = "qcom,fastrpc-compute-cb"; reg = <2>; - iommus = <&apps_smmu 0x0C02 0x0000>, + iommus = <&apps_smmu 0x0C02 0x0000>; qcom,iommu-faults = "stall-disable", "HUPCF"; dma-coherent; qcom,iova-best-fit;