Skip to content

Commit 77050f8

Browse files
committed
fixup! arch: arm64: apple: t600x: Add display controller related device tree nodes
Move piodma node as child node under dcp. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent fee5563 commit 77050f8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm64/boot/dts/apple/t600x-die0.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,6 @@
176176
};
177177
};
178178

179-
disp0_piodma: mapper@38a000000 {
180-
compatible = "apple,t6000-dcp-piodma", "apple,dcp-piodma";
181-
iommus = <&disp0_dart 4>;
182-
};
183-
184179
disp0_dart: iommu@38b304000 {
185180
compatible = "apple,t6000-dart";
186181
reg = <0x3 0x8b304000 0x0 0x4000>;
@@ -232,8 +227,13 @@
232227
resets = <&ps_disp0_cpu0>;
233228
clocks = <&clk_disp0>;
234229
apple,asc-dram-mask = <0>;
235-
apple,piodma-mapper = <&disp0_piodma>;
236230
phandle = <&dcp>;
231+
#address-cells = <0>;
232+
#size-cells = <0>;
233+
234+
disp0_piodma: piodma {
235+
iommus = <&disp0_dart 4>;
236+
};
237237
};
238238

239239
display: display-subsystem {

0 commit comments

Comments
 (0)