Skip to content

Commit

Permalink
arch: arm64: apple: t8103: Use standard "iommu" node name
Browse files Browse the repository at this point in the history
[ Upstream commit 56d32c5 ]

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

Fixes: 3c866bb ("arm64: dts: apple: t8103: Add PCIe DARTs")
Signed-off-by: Janne Grunau <j@jannau.net>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
jannau authored and gregkh committed Dec 31, 2022
1 parent 2f82381 commit 63f089c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/apple/t8103.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
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>;
Expand All @@ -421,7 +421,7 @@
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>;
Expand All @@ -430,7 +430,7 @@
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>;
Expand Down

0 comments on commit 63f089c

Please sign in to comment.