ARM: dts: msm: Fix iommu address and size properties for kiwi
Currently address and size cell property was set to 1, due to that IOVA range that gets created was out of our expected range. This change fixes size-cells and address-cells properties of cnss_pci node to 2 on Canoe kiwi device tree. Change-Id: I03d193fe50f3a17995c5a4b0eacd13b6c749e9f4 CRs-Fixed: 4048012
This commit is contained in:
@@ -152,8 +152,8 @@
|
||||
qcom,iommu-group = <&cnss_pci_iommu_group0>;
|
||||
memory-region = <&cnss_wlan_mem &cnss_pci0_iommu_region_partition>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
cnss_pci0_iommu_region_partition: cnss_pci0_iommu_region_partition {
|
||||
/* address-cells =3 size-cells=2 from canoe-pcie.dtsi */
|
||||
|
Reference in New Issue
Block a user