mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
ARM: dts: qcom: sdx65: Add Shared memory manager support
Add smem node to support shared memory manager on SDX65 platform. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/1651480665-14978-5-git-send-email-quic_rohiagar@quicinc.com
This commit is contained in:
parent
f2906aa863
commit
e378b96533
|
|
@ -87,8 +87,10 @@ aop_mem: memory@8fe00000 {
|
|||
};
|
||||
|
||||
smem_mem: memory@8fe20000 {
|
||||
no-map;
|
||||
compatible = "qcom,smem";
|
||||
reg = <0x8fe20000 0xc0000>;
|
||||
hwlocks = <&tcsr_mutex 3>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
cmd_db: reserved-memory@8fee0000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user