Loading bindings/soc/qcom/qcom,tee-shared-memory-bridge.yaml +13 −0 Original line number Diff line number Diff line Loading @@ -18,11 +18,24 @@ properties: items: - const: qcom,tee-shared-memory-bridge qcom,custom-bridge-size : indicates the size of SHM Bridge to be supported in multiples of 4K required: - compatible optional: - qcom,custom-bridge-size examples: - | qtee_shmbridge { compatible = "qcom,tee-shared-memory-bridge"; }; To allocate 1M memory for SHMBridge, we will have entry like this: qtee_shmbridge { compatible = "qcom,tee-shared-memory-bridge"; qcom,custom-bridge-size = <256>; }; Loading
bindings/soc/qcom/qcom,tee-shared-memory-bridge.yaml +13 −0 Original line number Diff line number Diff line Loading @@ -18,11 +18,24 @@ properties: items: - const: qcom,tee-shared-memory-bridge qcom,custom-bridge-size : indicates the size of SHM Bridge to be supported in multiples of 4K required: - compatible optional: - qcom,custom-bridge-size examples: - | qtee_shmbridge { compatible = "qcom,tee-shared-memory-bridge"; }; To allocate 1M memory for SHMBridge, we will have entry like this: qtee_shmbridge { compatible = "qcom,tee-shared-memory-bridge"; qcom,custom-bridge-size = <256>; };