diff options
author | Rohit Agarwal <[email protected]> | 2022-05-02 14:07:45 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-27 16:02:11 -0500 |
commit | e378b965330d99e8622eb369021d0dac01591046 (patch) | |
tree | db9136e7610290f9455b44c0df1e99201b75fc89 | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) |
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 <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-sdx65.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom-sdx65.dtsi index df6f9d6288fe..610e6b90b6cb 100644 --- a/arch/arm/boot/dts/qcom-sdx65.dtsi +++ b/arch/arm/boot/dts/qcom-sdx65.dtsi @@ -87,8 +87,10 @@ }; smem_mem: memory@8fe20000 { - no-map; + compatible = "qcom,smem"; reg = <0x8fe20000 0xc0000>; + hwlocks = <&tcsr_mutex 3>; + no-map; }; cmd_db: reserved-memory@8fee0000 { |