ARM: dts: msm: Add SMEM entry for MSMFALCON
Add the SMEM entry to enable the use of shared memory by different processors in the SoC. CRs-Fixed: 1043377 Change-Id: Ic36a67c724d7f8a0e64affba92856160cce914bb Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
This commit is contained in:
parent
fd706908c9
commit
d375ea2d63
1 changed files with 11 additions and 0 deletions
|
@ -257,4 +257,15 @@
|
|||
reg = <0x1f40000 0x8000>;
|
||||
qcom,num-locks = <8>;
|
||||
};
|
||||
|
||||
qcom,smem@86000000 {
|
||||
compatible = "qcom,smem";
|
||||
reg = <0x86000000 0x200000>,
|
||||
<0x17911008 0x4>,
|
||||
<0x778000 0x7000>,
|
||||
<0x1fd4000 0x8>;
|
||||
reg-names = "smem", "irq-reg-base", "aux-mem1",
|
||||
"smem_targ_info_reg";
|
||||
qcom,mpu-enabled;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue