We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a63683 commit fee5563Copy full SHA for fee5563
1 file changed
arch/arm64/boot/dts/apple/t8103.dtsi
@@ -513,11 +513,6 @@
513
#performance-domain-cells = <0>;
514
};
515
516
- disp0_piodma: mapper@230000000 {
517
- compatible = "apple,t8103-dcp-piodma", "apple,dcp-piodma";
518
- iommus = <&disp0_dart 4>;
519
- };
520
-
521
disp0_dart: iommu@231304000 {
522
compatible = "apple,t8103-dart";
523
reg = <0x2 0x31304000 0x0 0x4000>;
@@ -572,8 +567,13 @@
572
567
resets = <&ps_disp0_cpu0>;
573
568
clocks = <&clk_disp0>;
574
569
apple,asc-dram-mask = <0xf 0x00000000>;
575
- apple,piodma-mapper = <&disp0_piodma>;
576
570
phandle = <&dcp>;
571
+ #address-cells = <0>;
+ #size-cells = <0>;
+
+ disp0_piodma: piodma {
+ iommus = <&disp0_dart 4>;
+ };
577
578
579
display: display-subsystem {
0 commit comments