summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTinghan Shen <tinghan.shen@mediatek.com>2021-09-24 11:39:31 +0800
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-09-27 18:37:16 -0500
commit63e6a34068a331854fa087aad7baf5bf80a3c7ab (patch)
tree0c4b468f2729a4932a072a6d3c6fe7c195783165
parentca7380a41d37f811dba911bdf446e649a8a8f18b (diff)
dt-bindings: remoteproc: mediatek: Add binding for mt8192 scp
Add mt8192 compatible to binding document. Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20210924033935.2127-3-tinghan.shen@mediatek.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/remoteproc/mtk,scp.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt b/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt
index d64466eefbe3..88f37dee7bca 100644
--- a/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt
+++ b/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt
@@ -7,14 +7,17 @@ Mediatek SoCs.
Required properties:
- compatible Should be one of:
"mediatek,mt8183-scp"
+ "mediatek,mt8192-scp"
"mediatek,mt8195-scp"
- 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 Required by mt8183. Clock for co-processor (See: ../clock/clock-bindings.txt)
-- clock-names Required by mt8183. Contains the corresponding name for the clock. This
- should be named "main".
+- clocks Required by mt8183 and mt8192. Clock for co-processor
+ (See: ../clock/clock-bindings.txt)
+- clock-names Required by mt8183 and mt8192. Contains the
+ corresponding name for the clock. This should be
+ named "main".
Subnodes
--------