ARM: dts: msm: Fix SID PCIe RC1 base for waipio

Incorrect SID offset was causing an error when device
is sending data to the host on PCIe RC1 port.
Fix the base SID so the correct BDF to SID mapping
is generated on the PCIe RC1 port.

Change-Id: I0d0e4affc018c9d45acc8233506581f5cf4d0b88
This commit is contained in:
Siddartha Mohanadoss
2021-03-18 13:23:07 -07:00
parent d4238e8eb0
commit b278078fb0

View File

@@ -352,9 +352,9 @@
"pcie_1_phy_reset";
dma-coherent;
qcom,smmu-sid-base = <0x1e00>;
iommu-map = <0x0 &apps_smmu 0x1e00 0x1>,
<0x100 &apps_smmu 0x1e01 0x1>;
qcom,smmu-sid-base = <0x1c80>;
iommu-map = <0x0 &apps_smmu 0x1c80 0x1>,
<0x100 &apps_smmu 0x1c81 0x1>;
qcom,boot-option = <0x1>;
qcom,aux-clk-freq = <17>; /* 16.6 MHz */