2022-12-07 00:15:32

by Janne Grunau

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

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 <[email protected]>
To: Sven Peter <[email protected]>
To: Alyssa Rosenzweig <[email protected]>
To: Rob Herring <[email protected]>
To: Krzysztof Kozlowski <[email protected]>
To: Marc Zyngier <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Janne Grunau <[email protected]>

---
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,
--
Janne Grunau <[email protected]>


2022-12-07 00:15:59

by Mark Kettenis

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

> Content-Type: text/plain; charset="utf-8"
> From: Janne Grunau <[email protected]>
> Date: Tue, 06 Dec 2022 23:57:35 +0100
> Cc: [email protected], [email protected],
> [email protected], [email protected],
> Janne Grunau <[email protected]>
>
> 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 <[email protected]>
> To: Sven Peter <[email protected]>
> To: Alyssa Rosenzweig <[email protected]>
> To: Rob Herring <[email protected]>
> To: Krzysztof Kozlowski <[email protected]>
> To: Marc Zyngier <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Janne Grunau <[email protected]>
>
> ---
> 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

For the series:

Reviewed-by: Mark Kettenis <[email protected]>

2022-12-07 02:18:04

by Hector Martin

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

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 <[email protected]>
> To: Sven Peter <[email protected]>
> To: Alyssa Rosenzweig <[email protected]>
> To: Rob Herring <[email protected]>
> To: Krzysztof Kozlowski <[email protected]>
> To: Marc Zyngier <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Janne Grunau <[email protected]>
>
> ---
> 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