Commit 56d32c51 authored by Janne Grunau's avatar Janne Grunau Committed by Hector Martin
Browse files

arch: arm64: apple: t8103: Use standard "iommu" node name



The PCIe iommu nodes use "dart" as node names. Replace it with the
the standard "iommu" node name as all other iommu nodes.

Fixes: 3c866bb7 ("arm64: dts: apple: t8103: Add PCIe DARTs")
Signed-off-by: default avatarJanne Grunau <j@jannau.net>
Reviewed-by: default avatarMark Kettenis <kettenis@openbsd.org>
Signed-off-by: default avatarHector Martin <marcan@marcan.st>
parent d32c1530
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -670,7 +670,7 @@ nvme@27bcc0000 {
			resets = <&ps_ans2>;
		};

		pcie0_dart_0: dart@681008000 {
		pcie0_dart_0: iommu@681008000 {
			compatible = "apple,t8103-dart";
			reg = <0x6 0x81008000 0x0 0x4000>;
			#iommu-cells = <1>;
@@ -679,7 +679,7 @@ pcie0_dart_0: dart@681008000 {
			power-domains = <&ps_apcie_gp>;
		};

		pcie0_dart_1: dart@682008000 {
		pcie0_dart_1: iommu@682008000 {
			compatible = "apple,t8103-dart";
			reg = <0x6 0x82008000 0x0 0x4000>;
			#iommu-cells = <1>;
@@ -688,7 +688,7 @@ pcie0_dart_1: dart@682008000 {
			power-domains = <&ps_apcie_gp>;
		};

		pcie0_dart_2: dart@683008000 {
		pcie0_dart_2: iommu@683008000 {
			compatible = "apple,t8103-dart";
			reg = <0x6 0x83008000 0x0 0x4000>;
			#iommu-cells = <1>;