diff options
author | 2022-04-26 10:16:45 -0600 | |
---|---|---|
committer | 2022-04-26 10:16:45 -0600 | |
commit | 90209a3f5fb5731a376a63a8c2db8be3a8cecbe8 (patch) | |
tree | 464d3493ee9717ef85561b374542f028ffdfb69e | |
parent | remoteproc: qcom: pas: Add sc8280xp remoteprocs (diff) | |
parent | dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp (diff) | |
download | wireguard-linux-90209a3f5fb5731a376a63a8c2db8be3a8cecbe8.tar.xz wireguard-linux-90209a3f5fb5731a376a63a8c2db8be3a8cecbe8.zip |
Merge branch 'rproc-fixes' into rproc-next
-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 |