Skip to content

Commit 2e5af9c

Browse files
committed
arm64: dts: apple: t8103: 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 3b3fa21 commit 2e5af9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@
606606
interrupt-parent = <&aic>;
607607
interrupts = <AIC_IRQ 445 IRQ_TYPE_LEVEL_HIGH>;
608608
power-domains = <&ps_disp0_cpu0>;
609+
apple,dma-range = <0x0 0x0 0x0 0xfc000000>;
609610
status = "disabled";
610611
};
611612

@@ -615,6 +616,7 @@
615616
#iommu-cells = <1>;
616617
interrupt-parent = <&aic>;
617618
interrupts = <AIC_IRQ 445 IRQ_TYPE_LEVEL_HIGH>;
619+
apple,dma-range = <0xf 0x00000000 0x0 0xfc000000>;
618620
power-domains = <&ps_disp0_cpu0>;
619621
};
620622

@@ -652,7 +654,6 @@
652654
power-domains = <&ps_disp0_cpu0>;
653655
resets = <&ps_disp0_cpu0>;
654656
clocks = <&clk_disp0>;
655-
apple,asc-dram-mask = <0xf 0x00000000>;
656657
phandle = <&dcp>;
657658
// required bus properties for 'piodma' subdevice
658659
#address-cells = <2>;

0 commit comments

Comments
 (0)