Re: [PATCH 0/2] Fix Apple silicon PCIe iommu device tree node names

From: Hector Martin
Date: Tue Dec 06 2022 - 20:14:05 EST


On 07/12/2022 07.57, Janne Grunau wrote:
> Hej,
>
> the iommu nodes for the PCIe ports were added with the non-standard
> node name "dart" instead of the recommended generic "iommu" from the
> devicetree specification. This series fixes this for t8103 and t600x.
> Patches are based on the asahi-soc-dt-6.2-v2 tag in the asahi-soc
> repository (https://github.com/AsahiLinux/linux.git).
>
> cheers,
>
> Janne
>
> To: Hector Martin <marcan@xxxxxxxxx>
> To: Sven Peter <sven@xxxxxxxxxxxxx>
> To: Alyssa Rosenzweig <alyssa@xxxxxxxxxxxxx>
> To: Rob Herring <robh+dt@xxxxxxxxxx>
> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx>
> To: Marc Zyngier <maz@xxxxxxxxxx>
> Cc: asahi@xxxxxxxxxxxxxxx
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: devicetree@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Signed-off-by: Janne Grunau <j@xxxxxxxxxx>
>
> ---
> Janne Grunau (2):
> arch: arm64: apple: t8103: Use standard "iommu" node name
> arch: arm64: apple: t600x: Use standard "iommu" node name
>
> arch/arm64/boot/dts/apple/t600x-die0.dtsi | 8 ++++----
> arch/arm64/boot/dts/apple/t8103.dtsi | 6 +++---
> 2 files changed, 7 insertions(+), 7 deletions(-)
> ---
> base-commit: d32c1530c7230b756ca9a6b6cf92ce6e60788594
> change-id: 20221206-arm64-dts-apple-pcie-iommu-7b0d4d5d4329
>
> Best regards,

Thanks, applied to asahi-soc/dt!

- Hector