ARM: dts: msm: Fix compilation error

Add semicolon to fix compilation error.

Change-Id: I351917a718ce5526787b7040c5c3b8d9d3a274ae
Signed-off-by: Patan Saddam <quic_psaddam@quicinc.com>
This commit is contained in:
Patan Saddam
2024-08-16 11:37:56 +05:30
committed by Saddam Patan
parent ae6eb5e9eb
commit b254cecddd
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;