Skip to content

Commit

Permalink
dt-bindings: firmware: qcom,scm: add memory-region for sa8775p
Browse files Browse the repository at this point in the history
Document a new property (currently only for sa8775p) that describes the
memory region reserved for communicating with the TrustZone.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240527-shm-bridge-v10-1-ce7afaa58d3a@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
  • Loading branch information
Bartosz Golaszewski authored and Bjorn Andersson committed Jun 23, 2024
1 parent 2408664 commit 9164d2b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/devicetree/bindings/firmware/qcom,scm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ properties:
protocol to handle sleeping SCM calls.
maxItems: 1

memory-region:
description:
Phandle to the memory region reserved for the shared memory bridge to TZ.
maxItems: 1

qcom,sdi-enabled:
description:
Indicates that the SDI (Secure Debug Image) has been enabled by TZ
Expand Down Expand Up @@ -193,6 +198,16 @@ allOf:
then:
properties:
interrupts: false
- if:
not:
properties:
compatible:
contains:
enum:
- qcom,scm-sa8775p
then:
properties:
memory-region: false

required:
- compatible
Expand Down

0 comments on commit 9164d2b

Please sign in to comment.