ARM: dts: msm: enabling mem-object node for tuna

Tuna needs mem-object node for si-core xts enablement.

Change-Id: I1ece1cc93606cc11febab038ae2e7f0ab7f0bd8e
Signed-off-by: Akhil Budampati <quic_abudampa@quicinc.com>
This commit is contained in:
Akhil Budampati
2024-11-17 18:19:56 +05:30
committed by Niranjan Reddy Dumbala
parent c22bedce8f
commit d27754d423
3 changed files with 12 additions and 0 deletions

View File

@@ -307,6 +307,10 @@
compatible = "qcom,smcinvoke"; compatible = "qcom,smcinvoke";
}; };
qcom_mem_object {
compatible = "qcom,mem-object";
};
qcom,qrtr { qcom,qrtr {
compatible = "qcom,qrtr"; compatible = "qcom,qrtr";
qcom,node-id = <21>; qcom,node-id = <21>;

View File

@@ -420,6 +420,10 @@
compatible = "qcom,smcinvoke"; compatible = "qcom,smcinvoke";
}; };
qcom_mem_object {
compatible = "qcom,mem-object";
};
qtee_shmbridge { qtee_shmbridge {
compatible = "qcom,tee-shared-memory-bridge"; compatible = "qcom,tee-shared-memory-bridge";
qcom,custom-bridge-size = <64>; qcom,custom-bridge-size = <64>;

View File

@@ -488,6 +488,10 @@
compatible = "qcom,smcinvoke"; compatible = "qcom,smcinvoke";
}; };
qcom_mem_object {
compatible = "qcom,mem-object";
};
qtee_shmbridge { qtee_shmbridge {
compatible = "qcom,tee-shared-memory-bridge"; compatible = "qcom,tee-shared-memory-bridge";
}; };