We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77050f8 commit a056d3dCopy full SHA for a056d3d
1 file changed
arch/arm64/boot/dts/apple/t8112.dtsi
@@ -542,11 +542,6 @@
542
#performance-domain-cells = <0>;
543
};
544
545
- disp0_piodma: mapper@230000000 {
546
- compatible = "apple,t8112-dcp-piodma", "apple,dcp-piodma";
547
- iommus = <&disp0_dart 4>;
548
- };
549
-
550
disp0_dart: iommu@231304000 {
551
compatible = "apple,t8112-dart", "apple,t8110-dart";
552
reg = <0x2 0x31304000 0x0 0x4000>;
@@ -601,8 +596,13 @@
601
596
resets = <&ps_disp0_cpu0>;
602
597
clocks = <&clk_disp0>;
603
598
apple,asc-dram-mask = <0x0 0x0>;
604
- apple,piodma-mapper = <&disp0_piodma>;
605
599
phandle = <&dcp>;
600
+ #address-cells = <0>;
+ #size-cells = <0>;
+
+ disp0_piodma: piodma {
+ iommus = <&disp0_dart 4>;
+ };
606
607
608
display: display-subsystem {
0 commit comments