Skip to content

Commit 3b3fa21

Browse files
committed
arm64: dts: apple: t600x: Switch to apple,dma-range
Obsoletes the use of "apple,asc-dram-mask" in the device tree and the dcp driver. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 53e58f1 commit 3b3fa21

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
interrupts = <AIC_IRQ 0 821 IRQ_TYPE_LEVEL_HIGH>;
176176
status = "disabled";
177177
power-domains = <&ps_disp0_cpu0>;
178+
apple,dma-range = <0x0 0x0 0x0 0xfc000000>;
178179
};
179180

180181
dcp_dart: iommu@38b30c000 {
@@ -184,6 +185,7 @@
184185
interrupt-parent = <&aic>;
185186
interrupts = <AIC_IRQ 0 821 IRQ_TYPE_LEVEL_HIGH>;
186187
power-domains = <&ps_disp0_cpu0>;
188+
apple,dma-range = <0x1f0 0x0 0x0 0xfc000000>;
187189
};
188190

189191
dcp_mbox: mbox@38bc08000 {
@@ -216,7 +218,6 @@
216218
power-domains = <&ps_disp0_cpu0>;
217219
resets = <&ps_disp0_cpu0>;
218220
clocks = <&clk_disp0>;
219-
apple,asc-dram-mask = <0x1f0 0x00000000>;
220221
phandle = <&dcp>;
221222
// required bus properties for 'piodma' subdevice
222223
#address-cells = <2>;

0 commit comments

Comments
 (0)