Skip to content
Snippets Groups Projects
Commit 54bb2734 authored by Ling Xu's avatar Ling Xu
Browse files

PENDING: arm64: dts: qcom: qcs8300: Delete duplicate cdsp fastrpc nodes


There are some items come out to be same value if we do SID & ~MASK.
Remove duplicate cdsp compute-cb nodes for qcs8300 to simplify.

Change-Id: I491b9211e10ea56ab2273bb54d6be6a4617968c1
Signed-off-by: default avatarLing Xu <quic_lxu5@quicinc.com>
parent 54620295
No related branches found
No related tags found
No related merge requests found
......@@ -3445,11 +3445,7 @@ compute-cb@1 {
compatible = "qcom,fastrpc-compute-cb";
reg = <1>;
iommus = <&apps_smmu 0x19c1 0x0440>,
<&apps_smmu 0x1dc1 0x0440>,
<&apps_smmu 0x1961 0x0400>,
<&apps_smmu 0x1d61 0x0400>,
<&apps_smmu 0x1981 0x0440>,
<&apps_smmu 0x1d81 0x0440>;
<&apps_smmu 0x1961 0x0400>;
dma-coherent;
};
......@@ -3457,11 +3453,7 @@ compute-cb@2 {
compatible = "qcom,fastrpc-compute-cb";
reg = <2>;
iommus = <&apps_smmu 0x19c2 0x0440>,
<&apps_smmu 0x1dc2 0x0440>,
<&apps_smmu 0x1962 0x0400>,
<&apps_smmu 0x1d62 0x0400>,
<&apps_smmu 0x1982 0x0440>,
<&apps_smmu 0x1d82 0x0440>;
<&apps_smmu 0x1962 0x0400>;
dma-coherent;
};
......@@ -3469,11 +3461,7 @@ compute-cb@3 {
compatible = "qcom,fastrpc-compute-cb";
reg = <3>;
iommus = <&apps_smmu 0x19c3 0x0440>,
<&apps_smmu 0x1dc3 0x0440>,
<&apps_smmu 0x1963 0x0400>,
<&apps_smmu 0x1d63 0x0400>,
<&apps_smmu 0x1983 0x0440>,
<&apps_smmu 0x1d83 0x0440>;
<&apps_smmu 0x1963 0x0400>;
dma-coherent;
};
......@@ -3481,11 +3469,7 @@ compute-cb@4 {
compatible = "qcom,fastrpc-compute-cb";
reg = <4>;
iommus = <&apps_smmu 0x19c4 0x0440>,
<&apps_smmu 0x1dc4 0x0440>,
<&apps_smmu 0x1964 0x0400>,
<&apps_smmu 0x1d64 0x0400>,
<&apps_smmu 0x1984 0x0440>,
<&apps_smmu 0x1d84 0x0440>;
<&apps_smmu 0x1964 0x0400>;
dma-coherent;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment