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@xxxxxxxxx/ > 2: https://lore.kernel.org/linux-devicetree/20230214-apple_m2_pmu-v1-1-9c9213ab9b63@xxxxxxxxxx/ > 3: https://lore.kernel.org/linux-devicetree/20230203-dt-bindings-network-class-v2-2-499686795073@xxxxxxxxxx/ > > 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@xxxxxxxxxx> Thanks, applied everything except #13 to asahi-soc/dt. - Hector