diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-16 23:06:01 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-16 23:06:00 -0800 |
| commit | c5ddf84f6907a4b154153ae7de1737eb4d830d34 (patch) | |
| tree | 8ddc80ebc9967b034821f35f8959433f0200b8bb | |
| parent | 10ba72d5b98fc51ef7158f8bcedc0dc0a316f72e (diff) | |
| parent | a4a0e6c66103059f620a5dda51796791a1f32ad7 (diff) | |
Merge "ARM: dts: msm: Enable icnss device node for SDM660"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660.dtsi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660.dtsi b/arch/arm/boot/dts/qcom/sdm660.dtsi index 3c643f030999..350d474bcfb2 100644 --- a/arch/arm/boot/dts/qcom/sdm660.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660.dtsi @@ -1714,11 +1714,13 @@ }; qcom,icnss@18800000 { - status = "disabled"; compatible = "qcom,icnss"; reg = <0x18800000 0x800000>, - <0x10ac000 0x20>; - reg-names = "membase", "mpm_config"; + <0xa0000000 0x10000000>, + <0xb0000000 0x10000>; + reg-names = "membase", "smmu_iova_base", "smmu_iova_ipa"; + iommus = <&anoc2_smmu 0x1a00>, + <&anoc2_smmu 0x1a01>; interrupts = <0 413 0>, /* CE0 */ <0 414 0>, /* CE1 */ <0 415 0>, /* CE2 */ |
