diff options
author | Janne Grunau <j@jannau.net> | 2022-12-07 01:57:37 +0300 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2022-12-07 04:14:00 +0300 |
commit | 9742350931df69f8aad7a764ff6286ac069305f5 (patch) | |
tree | c3250d46e84b684f68a9bd62cc7f482732653c89 /arch/arm64/boot | |
parent | 56d32c51dffac8a431b472a4c31efb8563b048d1 (diff) | |
download | linux-9742350931df69f8aad7a764ff6286ac069305f5.tar.xz |
arch: arm64: apple: t600x: 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: 7b0b0191a2c7 ("arm64: dts: apple: Add initial t6000/t6001/t6002 DTs")
Signed-off-by: Janne Grunau <j@jannau.net>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/apple/t600x-die0.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/apple/t600x-die0.dtsi b/arch/arm64/boot/dts/apple/t600x-die0.dtsi index 0b8958a8db77..f006f990a8e2 100644 --- a/arch/arm64/boot/dts/apple/t600x-die0.dtsi +++ b/arch/arm64/boot/dts/apple/t600x-die0.dtsi @@ -208,7 +208,7 @@ #sound-dai-cells = <1>; }; - pcie0_dart_0: dart@581008000 { + pcie0_dart_0: iommu@581008000 { compatible = "apple,t6000-dart"; reg = <0x5 0x81008000 0x0 0x4000>; #iommu-cells = <1>; @@ -217,7 +217,7 @@ power-domains = <&ps_apcie_gp_sys>; }; - pcie0_dart_1: dart@582008000 { + pcie0_dart_1: iommu@582008000 { compatible = "apple,t6000-dart"; reg = <0x5 0x82008000 0x0 0x4000>; #iommu-cells = <1>; @@ -226,7 +226,7 @@ power-domains = <&ps_apcie_gp_sys>; }; - pcie0_dart_2: dart@583008000 { + pcie0_dart_2: iommu@583008000 { compatible = "apple,t6000-dart"; reg = <0x5 0x83008000 0x0 0x4000>; #iommu-cells = <1>; @@ -235,7 +235,7 @@ power-domains = <&ps_apcie_gp_sys>; }; - pcie0_dart_3: dart@584008000 { + pcie0_dart_3: iommu@584008000 { compatible = "apple,t6000-dart"; reg = <0x5 0x84008000 0x0 0x4000>; #iommu-cells = <1>; |