Merge "ARM: dts: msm: Add icnss node for msmfalcon"

This commit is contained in:
Linux Build Service Account 2016-10-09 21:17:50 -07:00 committed by Gerrit - the friendly Code Review server
commit 62575a58aa

View file

@ -649,6 +649,27 @@
memory-region = <&venus_fw_mem>;
status = "ok";
};
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 "msmfalcon-ion.dtsi"