diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-10-09 21:17:50 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-09 21:17:50 -0700 |
| commit | 132aa7560bf8df4f75e241425dedee3425b506ec (patch) | |
| tree | 9a1e95c2b2595297a6351a9299551d9ab3c3e549 | |
| parent | 62575a58aa26c5ee51f7f2c4329418bc2045e51c (diff) | |
| parent | 6fc3c57c8e9479d176c16e7b325c94cad887e64d (diff) | |
Merge "ARM: dts: msm: Add icnss node for msmtriton"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmtriton.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmtriton.dtsi b/arch/arm/boot/dts/qcom/msmtriton.dtsi index 8800741881cd..71b4da9bb2d0 100644 --- a/arch/arm/boot/dts/qcom/msmtriton.dtsi +++ b/arch/arm/boot/dts/qcom/msmtriton.dtsi @@ -519,6 +519,27 @@ qcom,xprt-version = <1>; qcom,fragmented-data; }; + + qcom,icnss@18800000 { + status = "disabled"; + compatible = "qcom,icnss"; + reg = <0x18800000 0x800000>, + <0x10ac000 0x20>; + reg-names = "membase", "mpm_config"; + interrupts = <0 413 0>, /* CE0 */ + <0 414 0>, /* CE1 */ + <0 415 0>, /* CE2 */ + <0 416 0>, /* CE3 */ + <0 417 0>, /* CE4 */ + <0 418 0>, /* CE5 */ + <0 420 0>, /* CE6 */ + <0 421 0>, /* CE7 */ + <0 422 0>, /* CE8 */ + <0 423 0>, /* CE9 */ + <0 424 0>, /* CE10 */ + <0 425 0>; /* CE11 */ + qcom,wlan-msa-memory = <0x100000>; + }; }; #include "msmtriton-ion.dtsi" |
