Skip to content

Commit fee5563

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -513,11 +513,6 @@
513513
#performance-domain-cells = <0>;
514514
};
515515

516-
disp0_piodma: mapper@230000000 {
517-
compatible = "apple,t8103-dcp-piodma", "apple,dcp-piodma";
518-
iommus = <&disp0_dart 4>;
519-
};
520-
521516
disp0_dart: iommu@231304000 {
522517
compatible = "apple,t8103-dart";
523518
reg = <0x2 0x31304000 0x0 0x4000>;
@@ -572,8 +567,13 @@
572567
resets = <&ps_disp0_cpu0>;
573568
clocks = <&clk_disp0>;
574569
apple,asc-dram-mask = <0xf 0x00000000>;
575-
apple,piodma-mapper = <&disp0_piodma>;
576570
phandle = <&dcp>;
571+
#address-cells = <0>;
572+
#size-cells = <0>;
573+
574+
disp0_piodma: piodma {
575+
iommus = <&disp0_dart 4>;
576+
};
577577
};
578578

579579
display: display-subsystem {

0 commit comments

Comments
 (0)