summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt
diff options
context:
space:
mode:
authorTzung-Bi Shih <tzungbi@google.com>2021-01-27 16:31:35 +0800
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-02-09 09:08:46 -0600
commit503c64cc42f15799ba0fdc654b6640911aaf7c34 (patch)
tree11fe56de03f2d5e6096d590ebd2caf8b89e4ac68 /Documentation/devicetree/bindings/remoteproc/mtk,scp.txt
parentff3ea536023e8a40c499f884bdc3cc5aec5b1e25 (diff)
dt-bindings: remoteproc: mediatek: add L1TCM memory region
Adds L1TCM memory region. The reg-name is "l1tcm". Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> Link: https://lore.kernel.org/r/20210127083136.3745652-4-tzungbi@google.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/remoteproc/mtk,scp.txt')
-rw-r--r--Documentation/devicetree/bindings/remoteproc/mtk,scp.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt b/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt
index 3ba668bab14b..3f5f78764b60 100644
--- a/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt
+++ b/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt
@@ -6,10 +6,10 @@ Mediatek SoCs.
Required properties:
- compatible Should be "mediatek,mt8183-scp"
-- reg Should contain the address ranges for the two memory
- regions, SRAM and CFG.
-- reg-names Contains the corresponding names for the two memory
- regions. These should be named "sram" & "cfg".
+- reg Should contain the address ranges for memory regions:
+ SRAM, CFG, and L1TCM.
+- reg-names Contains the corresponding names for the memory regions:
+ "sram", "cfg", and "l1tcm".
- clocks Clock for co-processor (See: ../clock/clock-bindings.txt)
- clock-names Contains the corresponding name for the clock. This
should be named "main".