Skip to content

Commit a056d3d

Browse files
committed
fixup! arm64: dts: apple: t8112: Add dcp/disp0 nodes
Move piodma node as child node under dcp. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 77050f8 commit a056d3d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm64/boot/dts/apple/t8112.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -542,11 +542,6 @@
542542
#performance-domain-cells = <0>;
543543
};
544544

545-
disp0_piodma: mapper@230000000 {
546-
compatible = "apple,t8112-dcp-piodma", "apple,dcp-piodma";
547-
iommus = <&disp0_dart 4>;
548-
};
549-
550545
disp0_dart: iommu@231304000 {
551546
compatible = "apple,t8112-dart", "apple,t8110-dart";
552547
reg = <0x2 0x31304000 0x0 0x4000>;
@@ -601,8 +596,13 @@
601596
resets = <&ps_disp0_cpu0>;
602597
clocks = <&clk_disp0>;
603598
apple,asc-dram-mask = <0x0 0x0>;
604-
apple,piodma-mapper = <&disp0_piodma>;
605599
phandle = <&dcp>;
600+
#address-cells = <0>;
601+
#size-cells = <0>;
602+
603+
disp0_piodma: piodma {
604+
iommus = <&disp0_dart 4>;
605+
};
606606
};
607607

608608
display: display-subsystem {

0 commit comments

Comments
 (0)