2022-09-16 14:33:06

by Janne Grunau

[permalink] [raw]
Subject: [PATCH v1 01/10] dt-bindings: dma: apple,admac: Add iommus and power-domains properties

Apple's ADMAC is on all supported Apple silicon SoCs behind an IOMMU
and has its own power-domain.

Signed-off-by: Janne Grunau <[email protected]>
Acked-by: Martin Povišer <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>

---

Changes in v1:
- added Martin's and Krzysztof's ack

Documentation/devicetree/bindings/dma/apple,admac.yaml | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/dma/apple,admac.yaml b/Documentation/devicetree/bindings/dma/apple,admac.yaml
index bdc8c129c4f5..3b1e667f7ea0 100644
--- a/Documentation/devicetree/bindings/dma/apple,admac.yaml
+++ b/Documentation/devicetree/bindings/dma/apple,admac.yaml
@@ -49,6 +49,13 @@ properties:
in an interrupts-extended list the disconnected positions will contain
an empty phandle reference <0>.

+ iommus:
+ minItems: 1
+ maxItems: 2
+
+ power-domains:
+ maxItems: 1
+
required:
- compatible
- reg
--
2.35.1


2022-09-29 16:41:05

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH v1 01/10] dt-bindings: dma: apple,admac: Add iommus and power-domains properties

On 16-09-22, 16:25, Janne Grunau wrote:
> Apple's ADMAC is on all supported Apple silicon SoCs behind an IOMMU
> and has its own power-domain.

Applied, thanks

--
~Vinod

2022-09-29 18:03:18

by Martin Povišer

[permalink] [raw]
Subject: Re: [PATCH v1 01/10] dt-bindings: dma: apple,admac: Add iommus and power-domains properties


> On 29. 9. 2022, at 18:31, Vinod Koul <[email protected]> wrote:
>
> On 16-09-22, 16:25, Janne Grunau wrote:
>> Apple's ADMAC is on all supported Apple silicon SoCs behind an IOMMU
>> and has its own power-domain.
>
> Applied, thanks

Hi Vinod,

this has been picked up by Hector and is staged in asahi-soc/dt [0].
I see you haven’t pushed yet. Would it be possible to drop the patch
on your end so we don’t end up with two commits for the same change?
(I assume that would be an issue.)

To recapitulate: There are two ADMAC binding changes to go in for 6.1,
they are both in asahi-soc/dt. I know I initially asked you to apply
this patch when the series was an RFC.

Thanks,
Martin

[0] https://github.com/AsahiLinux/linux/commit/3ac3865735a83bd1c0dae7ad73b74621774755cb

> --
> ~Vinod
>