diff options
author | Martin Povišer <povik+lin@cutebit.org> | 2022-09-18 11:58:42 +0200 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2022-10-24 13:44:22 +0900 |
commit | d52ca60191f2889faa5b4b140f5523116785d2a6 (patch) | |
tree | e2e2248ed4aff0bfe46300c5b0de51ab6bbf4efa /Documentation/devicetree/bindings/dma/apple,admac.yaml | |
parent | 51979fbb7fb8204c3df65f887b0d8c2b0a410c24 (diff) |
dt-bindings: dma: apple,admac: Add reset
On the SoCs there is usually a shared audio reset line, so add
a property for that.
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'Documentation/devicetree/bindings/dma/apple,admac.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/dma/apple,admac.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/apple,admac.yaml b/Documentation/devicetree/bindings/dma/apple,admac.yaml index 3b1e667f7ea0..97282469e4af 100644 --- a/Documentation/devicetree/bindings/dma/apple,admac.yaml +++ b/Documentation/devicetree/bindings/dma/apple,admac.yaml @@ -56,6 +56,9 @@ properties: power-domains: maxItems: 1 + resets: + maxItems: 1 + required: - compatible - reg |