From d52ca60191f2889faa5b4b140f5523116785d2a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Povi=C5=A1er?= Date: Sun, 18 Sep 2022 11:58:42 +0200 Subject: [PATCH] dt-bindings: dma: apple,admac: Add reset MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit On the SoCs there is usually a shared audio reset line, so add a property for that. Signed-off-by: Martin Povišer Acked-by: Krzysztof Kozlowski Signed-off-by: Hector Martin --- Documentation/devicetree/bindings/dma/apple,admac.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/dma/apple,admac.yaml b/Documentation/devicetree/bindings/dma/apple,admac.yaml index 3b1e667f7ea01..97282469e4afb 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 -- 2.30.2