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:
committed by
Saddam Patan
parent
ae6eb5e9eb
commit
b254cecddd
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user