* Re: [PATCH v3 05/15] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8112-aic compatible
[not found] ` <20230202-asahi-t8112-dt-v3-5-d1a5f6383d95@jannau.net>
@ 2023-03-08 23:15 ` Rob Herring
0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2023-03-08 23:15 UTC (permalink / raw)
To: Janne Grunau
Cc: asahi, devicetree, Alyssa Rosenzweig, Rob Herring, Sven Peter,
Marc Zyngier, Krzysztof Kozlowski, linux-arm-kernel,
Mark Kettenis, linux-kernel, Hector Martin
On Tue, 07 Mar 2023 13:10:11 +0100, Janne Grunau wrote:
> The Apple M2 SoC uses AICv2 and is compatible with the existing driver.
> Add its per-SoC compatible.
> Since multi-die versions of the M2 are not expected decrease
> '#interrupt-cells' to 3 for apple,t8112-aic. This is seamlessly handled
> inside the driver.
>
> Acked-by: Marc Zyngier <maz@kernel.org>
> Signed-off-by: Janne Grunau <j@jannau.net>
> ---
> .../bindings/interrupt-controller/apple,aic2.yaml | 22 +++++++++++++++++++---
> 1 file changed, 19 insertions(+), 3 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible
[not found] ` <20230202-asahi-t8112-dt-v3-13-d1a5f6383d95@jannau.net>
@ 2023-03-17 17:47 ` Vinod Koul
0 siblings, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2023-03-17 17:47 UTC (permalink / raw)
To: Janne Grunau
Cc: Hector Martin, Sven Peter, Alyssa Rosenzweig, Rob Herring,
Krzysztof Kozlowski, Mark Kettenis, asahi, linux-arm-kernel,
devicetree, linux-kernel, Martin Povišer,
Krzysztof Kozlowski
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices
[not found] <20230202-asahi-t8112-dt-v3-0-d1a5f6383d95@jannau.net>
[not found] ` <20230202-asahi-t8112-dt-v3-5-d1a5f6383d95@jannau.net>
[not found] ` <20230202-asahi-t8112-dt-v3-13-d1a5f6383d95@jannau.net>
@ 2023-03-28 10:42 ` Hector Martin
2 siblings, 0 replies; 3+ messages in thread
From: Hector Martin @ 2023-03-28 10:42 UTC (permalink / raw)
To: Janne Grunau, Sven Peter, Alyssa Rosenzweig, Rob Herring,
Krzysztof Kozlowski, Mark Kettenis
Cc: asahi, linux-arm-kernel, devicetree, linux-kernel,
Krzysztof Kozlowski, Marc Zyngier, Linus Walleij, Wolfram Sang,
Martin Povišer, Vinod Koul
On 07/03/2023 21.10, Janne Grunau wrote:
> This series contains dt-bindings updates and device trees for Apple
> silicon devices based on the M2 SoC (t8112).
>
> Device tree validation depends on the dart-t8110 bindings queued in
> the iommu tree for 6.3 [1], PMU updates [2] and support for
> "local-mac-address" for brcm,bcm4329-fmac based devices [3]. The latter
> fixes validation errors for the existing M1 and M1 Pro/Max/Ultra device
> trees.
>
> The device trees are tested with the downstream Asahi Linux kernel and
> on top of v6.2-rc5. The hardware is of limited use with the upstream
> kernel. The notebooks miss keyboard/trackpad drivers and usb support.
> The Mac mini does not yet have a boot framebuffer and lacks usb support
> as well.
>
> 1: https://lore.kernel.org/linux-iommu/20230113105029.26654-1-marcan@marcan.st/
> 2: https://lore.kernel.org/linux-devicetree/20230214-apple_m2_pmu-v1-1-9c9213ab9b63@jannau.net/
> 3: https://lore.kernel.org/linux-devicetree/20230203-dt-bindings-network-class-v2-2-499686795073@jannau.net/
>
> The dt-binding changes in this series are documentation only. All
> drivers are compatible with the HW on the M2 SoC and are probed based
> on generic compatibles. The t8112 specific compatibles are added to
> address t8112 specific quirks in the case they become required.
>
> Signed-off-by: Janne Grunau <j@jannau.net>
Thanks, applied everything except #13 to asahi-soc/dt.
- Hector
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-28 10:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20230202-asahi-t8112-dt-v3-0-d1a5f6383d95@jannau.net>
[not found] ` <20230202-asahi-t8112-dt-v3-5-d1a5f6383d95@jannau.net>
2023-03-08 23:15 ` [PATCH v3 05/15] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8112-aic compatible Rob Herring
[not found] ` <20230202-asahi-t8112-dt-v3-13-d1a5f6383d95@jannau.net>
2023-03-17 17:47 ` [PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible Vinod Koul
2023-03-28 10:42 ` [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices Hector Martin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox