Merge "ARM: dts: msm: Add direct link node dtsi entry" into wlan-platform.lnx.2.0
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
0f8d5142a1
@@ -41,6 +41,13 @@
|
|||||||
firmware-name = "wcn7750/wpss.mdt";
|
firmware-name = "wcn7750/wpss.mdt";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
icnss2_direct_link_iommu_group0: icnss2_direct_link_iommu_group0 {
|
||||||
|
qcom,iommu-dma-addr-pool = <0xb0000000 0x10000000>;
|
||||||
|
qcom,iommu-geometry = <0xb0000000 0x10010000>;
|
||||||
|
qcom,iommu-dma = "fastmap";
|
||||||
|
qcom,iommu-faults = "stall-disable", "HUPCF", "non-fatal";
|
||||||
|
};
|
||||||
|
|
||||||
icnss2: qcom,wcn7750 {
|
icnss2: qcom,wcn7750 {
|
||||||
compatible = "qcom,wcn7750";
|
compatible = "qcom,wcn7750";
|
||||||
reg = <0x17110040 0x0>,
|
reg = <0x17110040 0x0>,
|
||||||
@@ -85,10 +92,7 @@
|
|||||||
<GIC_SPI 798 IRQ_TYPE_EDGE_RISING>,
|
<GIC_SPI 798 IRQ_TYPE_EDGE_RISING>,
|
||||||
<GIC_SPI 799 IRQ_TYPE_EDGE_RISING>;
|
<GIC_SPI 799 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
|
||||||
qcom,iommu-dma = "fastmap";
|
qcom,iommu-group = <&icnss2_direct_link_iommu_group0>;
|
||||||
qcom,iommu-faults = "stall-disable", "HUPCF", "non-fatal";
|
|
||||||
qcom,iommu-dma-addr-pool = <0xb0000000 0x10000000>;
|
|
||||||
qcom,iommu-geometry = <0xb0000000 0x10010000>;
|
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
qcom,fw-prefix;
|
qcom,fw-prefix;
|
||||||
qcom,wlan;
|
qcom,wlan;
|
||||||
@@ -185,4 +189,11 @@
|
|||||||
interrupt-names = "qcom,smp2p-soc-wake-ack";
|
interrupt-names = "qcom,smp2p-soc-wake-ack";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wlan_direct_link: qcom,icnss-direct-link {
|
||||||
|
compatible = "qcom,icnss-direct-link";
|
||||||
|
iommus = <&apps_smmu 0x100f 0x0>;
|
||||||
|
qcom,iommu-group = <&icnss2_direct_link_iommu_group0>;
|
||||||
|
dma-coherent;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user