From 92f8a37368ce63686c92a9b7a86783d8408d5986 Mon Sep 17 00:00:00 2001 From: AMAN KUMAR Date: Fri, 7 Feb 2025 14:12:31 +0530 Subject: [PATCH] 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 --- canoe-kiwi-cnss.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canoe-kiwi-cnss.dtsi b/canoe-kiwi-cnss.dtsi index 7f6bc1d1..9fcab5ba 100644 --- a/canoe-kiwi-cnss.dtsi +++ b/canoe-kiwi-cnss.dtsi @@ -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 */