From 911136c109271d9c248434a052dca730ec7d700d Mon Sep 17 00:00:00 2001 From: songrui Date: Tue, 9 Apr 2024 15:18:45 +0800 Subject: [PATCH] ARM: dts: msm: Enable qcom,tee-shared-memory-bridge device in OEMVM smcinvoke driver needs share memory bridge. Change-Id: Ifc14e52a3593062c666f6ba92b8b5ad7c6a53456 Signed-off-by: songrui --- qcom/sun-oemvm.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcom/sun-oemvm.dtsi b/qcom/sun-oemvm.dtsi index e37fc3aa..e5505828 100644 --- a/qcom/sun-oemvm.dtsi +++ b/qcom/sun-oemvm.dtsi @@ -268,6 +268,12 @@ compatible = "qcom,smcinvoke"; }; + qtee_shmbridge { + compatible = "qcom,tee-shared-memory-bridge"; + qcom,custom-bridge-size = <512>; + qcom,support-hypervisor; + }; + qcom,qrtr { compatible = "qcom,qrtr"; qcom,node-id = <21>;