ARM: dts: msm: Add smem compatible for sun

Add the device tree properties to the smem reserved memory region that
to match allows the smem driver to match and probe accordingly.

Change-Id: I4e0bdf3d26a9d0f7cf15a569e08988dddadf8183
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
This commit is contained in:
Melody Olvera
2023-07-05 10:28:48 -07:00
committed by Chris Lew
parent d9755d8e19
commit da81ed11fb

View File

@@ -974,8 +974,10 @@
/* secdata region can be reused by apps */ /* secdata region can be reused by apps */
smem_mem: smem_region@81d00000 { smem_mem: smem_region@81d00000 {
no-map; compatible = "qcom,smem";
reg = <0x0 0x81d00000 0x0 0x200000>; reg = <0x0 0x81d00000 0x0 0x200000>;
hwlocks = <&tcsr_mutex 3>;
no-map;
}; };
adsp_mhi_mem: adsp_mhi_region@81f00000 { adsp_mhi_mem: adsp_mhi_region@81f00000 {