diff options
| author | NĂcolas F. R. A. Prado <nfraprado@collabora.com> | 2022-05-11 15:54:52 -0400 |
|---|---|---|
| committer | Mathieu Poirier <mathieu.poirier@linaro.org> | 2022-05-17 03:19:08 +0100 |
| commit | bb489b96406104070c1fbe364c441cffae8a2ae4 (patch) | |
| tree | 420ff415a71e8b33785ad701ef0d709d264faa1f | |
| parent | 6bbe1065121b8cd3b3e734ef8cd99f142bdab241 (diff) | |
| download | linux-bb489b96406104070c1fbe364c441cffae8a2ae4.tar.gz linux-bb489b96406104070c1fbe364c441cffae8a2ae4.zip | |
dt-bindings: remoteproc: mediatek: Add optional memory-region to mtk,scp
The SCP co-processor can optionally be passed a reserved memory region
to use. Add this property in the dt-binding.
Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220511195452.871897-3-nfraprado@collabora.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
| -rw-r--r-- | Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml b/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml index 832064d635b3..eec3b9c4c713 100644 --- a/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml +++ b/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml @@ -54,6 +54,9 @@ properties: firmware search path containing the firmware image used when initializing SCP. + memory-region: + maxItems: 1 + required: - compatible - reg |
