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:
AMAN KUMAR
2025-02-07 14:12:31 +05:30
committed by Aman Kumar
parent 646a3acae6
commit 92f8a37368

View File

@@ -152,8 +152,8 @@
qcom,iommu-group = <&cnss_pci_iommu_group0>; qcom,iommu-group = <&cnss_pci_iommu_group0>;
memory-region = <&cnss_wlan_mem &cnss_pci0_iommu_region_partition>; memory-region = <&cnss_wlan_mem &cnss_pci0_iommu_region_partition>;
#address-cells = <1>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <2>;
cnss_pci0_iommu_region_partition: cnss_pci0_iommu_region_partition { cnss_pci0_iommu_region_partition: cnss_pci0_iommu_region_partition {
/* address-cells =3 size-cells=2 from canoe-pcie.dtsi */ /* address-cells =3 size-cells=2 from canoe-pcie.dtsi */