mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
dt-bindings: firmware: qcom,scm: add memory-region for sa8775p
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>
This commit is contained in:
parent
24086640ab
commit
9164d2be21
1 changed files with 15 additions and 0 deletions
|
|
@ -93,6 +93,11 @@ properties:
|
||||||
protocol to handle sleeping SCM calls.
|
protocol to handle sleeping SCM calls.
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
||||||
|
memory-region:
|
||||||
|
description:
|
||||||
|
Phandle to the memory region reserved for the shared memory bridge to TZ.
|
||||||
|
maxItems: 1
|
||||||
|
|
||||||
qcom,sdi-enabled:
|
qcom,sdi-enabled:
|
||||||
description:
|
description:
|
||||||
Indicates that the SDI (Secure Debug Image) has been enabled by TZ
|
Indicates that the SDI (Secure Debug Image) has been enabled by TZ
|
||||||
|
|
@ -193,6 +198,16 @@ allOf:
|
||||||
then:
|
then:
|
||||||
properties:
|
properties:
|
||||||
interrupts: false
|
interrupts: false
|
||||||
|
- if:
|
||||||
|
not:
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
contains:
|
||||||
|
enum:
|
||||||
|
- qcom,scm-sa8775p
|
||||||
|
then:
|
||||||
|
properties:
|
||||||
|
memory-region: false
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue