diff options
author | NĂcolas F. R. A. Prado <nfraprado@collabora.com> | 2022-02-26 01:58:52 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-04-22 18:10:55 +0300 |
commit | b7da6f517214c307efece604ac9dc58dc6123c07 (patch) | |
tree | 5af46a33d7004309b479ca9f00b5bb1c279a58d3 /Documentation/devicetree/bindings/remoteproc | |
parent | eac3e5b1c12f85732e60f5f8b985444d273866bb (diff) | |
download | linux-b7da6f517214c307efece604ac9dc58dc6123c07.tar.xz |
dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp
The SCP node can have an associated interrupt. Add a property for it.
Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220225225854.81038-2-nfraprado@collabora.com
Diffstat (limited to 'Documentation/devicetree/bindings/remoteproc')
-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 5b693a2d049c..823a236242de 100644 --- a/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml +++ b/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml @@ -42,6 +42,9 @@ properties: clock-names: const: main + interrupts: + maxItems: 1 + required: - compatible - reg |