Skip to content

Commit 576a095

Browse files
jannaumarcan
authored andcommitted
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 fac80b8 commit 576a095

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
@@ -190,6 +190,7 @@
190190
interrupts = <AIC_IRQ 0 821 IRQ_TYPE_LEVEL_HIGH>;
191191
status = "disabled";
192192
power-domains = <&ps_disp0_cpu0>;
193+
apple,dma-range = <0x0 0x0 0x0 0xfc000000>;
193194
};
194195

195196
dcp_dart: iommu@38b30c000 {
@@ -199,6 +200,7 @@
199200
interrupt-parent = <&aic>;
200201
interrupts = <AIC_IRQ 0 821 IRQ_TYPE_LEVEL_HIGH>;
201202
power-domains = <&ps_disp0_cpu0>;
203+
apple,dma-range = <0x1f0 0x0 0x0 0xfc000000>;
202204
};
203205

204206
dcp_mbox: mbox@38bc08000 {
@@ -231,7 +233,6 @@
231233
power-domains = <&ps_disp0_cpu0>;
232234
resets = <&ps_disp0_cpu0>;
233235
clocks = <&clk_disp0>;
234-
apple,asc-dram-mask = <0>;
235236
phandle = <&dcp>;
236237

237238
disp0_piodma: piodma {

0 commit comments

Comments
 (0)