Message ID | 1651480665-14978-5-git-send-email-quic_rohiagar@quicinc.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | SDHCI and SMEM updates for sdx65. | expand |
On Mon, 2 May 2022 14:07:45 +0530, Rohit Agarwal wrote: > Add smem node to support shared memory manager on SDX65 platform. > > Applied, thanks! [4/4] ARM: dts: qcom: sdx65: Add Shared memory manager support commit: e378b965330d99e8622eb369021d0dac01591046 Best regards,
diff --git a/arch/arm/boot/dts/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom-sdx65.dtsi index 210e55c..57bda62 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 {
Add smem node to support shared memory manager on SDX65 platform. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> --- arch/arm/boot/dts/qcom-sdx65.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)