mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user