[PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible

Janne Grunau posted 15 patches 2 years, 6 months ago
[PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible
Posted by Janne Grunau 2 years, 6 months ago
The block found on Apple's M2 SoC is compatible with the existing driver
so add its per-SoC compatible.

Acked-by: Vinod Koul <vkoul@kernel.org>
Acked-by: Martin Povišer <povik+lin@cutebit.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Janne Grunau <j@jannau.net>
---
 Documentation/devicetree/bindings/dma/apple,admac.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/apple,admac.yaml b/Documentation/devicetree/bindings/dma/apple,admac.yaml
index 97282469e4af..beb09f115f40 100644
--- a/Documentation/devicetree/bindings/dma/apple,admac.yaml
+++ b/Documentation/devicetree/bindings/dma/apple,admac.yaml
@@ -26,6 +26,7 @@ properties:
       - enum:
           - apple,t6000-admac
           - apple,t8103-admac
+          - apple,t8112-admac
       - const: apple,admac
 
   reg:

-- 
2.39.2

Re: [PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible
Posted by Vinod Koul 2 years, 5 months ago
On 07-03-23, 13:10, Janne Grunau wrote:
> The block found on Apple's M2 SoC is compatible with the existing driver
> so add its per-SoC compatible.

Applied, thanks

-- 
~Vinod