From 8d1b122a745229a1d3dda30f2d02d9850b605616 Mon Sep 17 00:00:00 2001 From: Yuanyuan Liu Date: Wed, 10 Aug 2016 12:24:24 -0700 Subject: [PATCH] ARM: dts: msm: Add smmu iova address and size for ICNSS Add smmu iova address and size for ICNSS. It will be used to attach to smmu driver. CRs-Fixed: 1049889 Change-Id: I7aad55ba6ac69ad2ca7a8783bf4fdd8241d112cc Signed-off-by: Yuanyuan Liu --- arch/arm/boot/dts/qcom/msmcobalt.dtsi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index c9a2abf0d5b5..fbf3037edd21 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -2727,13 +2727,15 @@ qcom,icnss@18800000 { compatible = "qcom,icnss"; reg = <0x18800000 0x800000>, - <0x10AC000 0x20>; - reg-names = "membase", "mpm_config"; + <0x10AC000 0x20>, + <0xa0000000 0x10000000>, + <0xb0000000 0x10000>; + reg-names = "membase", "mpm_config", + "smmu_iova_base", "smmu_iova_ipa"; clocks = <&clock_gcc clk_aggre2_noc_clk>; clock-names = "smmu_aggre2_noc_clk"; iommus = <&anoc2_smmu 0x1900>, <&anoc2_smmu 0x1901>; - qcom,wlan-smmu-iova-address = <0xa0000000 0x10000000>; interrupts = <0 413 0 /* CE0 */ >, <0 414 0 /* CE1 */ >, <0 415 0 /* CE2 */ >,