ARM: dts: msm: Add msa memory for WLAN
Allocate 1MB msa memory for WLAN CRs-Fixed: 978217 Change-Id: I428099b02d4efe7478735d025cecf7ca050e2ff1 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
This commit is contained in:
parent
9fc3913ed9
commit
0b1cf97355
1 changed files with 16 additions and 16 deletions
|
@ -60,22 +60,22 @@
|
|||
|
||||
&soc {
|
||||
qcom,icnss@18800000 {
|
||||
compatible = "qcom,icnss";
|
||||
reg = <0x18800000 0x800000>;
|
||||
reg-names = "membase";
|
||||
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 */ >;
|
||||
compatible = "qcom,icnss";
|
||||
reg = <0x18800000 0x800000>;
|
||||
reg-names = "membase";
|
||||
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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue