Merge "ARM: dts: msm: Add direct-link device node support" into wlan-platform.lnx.2.0
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e164b4a23c
@@ -199,6 +199,20 @@
|
|||||||
*/
|
*/
|
||||||
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wlan_direct_link: qcom,cnss-direct-link {
|
||||||
|
compatible = "qcom,cnss-direct-link";
|
||||||
|
iommus = <&apps_smmu 0x100f 0x0>;
|
||||||
|
qcom,iommu-group = <&cnss_audio_iommu_group0>;
|
||||||
|
memory-region = <&direct_link_iommu_region_partition>;
|
||||||
|
dma-coherent;
|
||||||
|
|
||||||
|
direct_link_iommu_region_partition: direct_link_iommu_region_partition {
|
||||||
|
iommu-addresses = <&wlan_direct_link 0x00000000 0x18000000>,
|
||||||
|
<&wlan_direct_link 0xb0000000 0x50000000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie0_rp {
|
&pcie0_rp {
|
||||||
|
@@ -198,6 +198,19 @@
|
|||||||
*/
|
*/
|
||||||
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wlan_direct_link: qcom,cnss-direct-link {
|
||||||
|
compatible = "qcom,cnss-direct-link";
|
||||||
|
iommus = <&apps_smmu 0x100f 0x0>;
|
||||||
|
qcom,iommu-group = <&cnss_audio_iommu_group0>;
|
||||||
|
memory-region = <&direct_link_iommu_region_partition>;
|
||||||
|
dma-coherent;
|
||||||
|
|
||||||
|
direct_link_iommu_region_partition: direct_link_iommu_region_partition {
|
||||||
|
iommu-addresses = <&wlan_direct_link 0x00000000 0x18000000>,
|
||||||
|
<&wlan_direct_link 0xb0000000 0x50000000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie0_rp {
|
&pcie0_rp {
|
||||||
|
Reference in New Issue
Block a user