]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commitdiff
zynq: devicetree: Remove 'broken-adma2' property
authorManish Narani <manish.narani@xilinx.com>
Wed, 30 Aug 2017 06:34:16 +0000 (12:04 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 5 Sep 2017 12:21:47 +0000 (14:21 +0200)
This patch removes 'broken-adma2' property from the zynq device-tree.
This basically enables the use of ADMA instead of SDMA. With the latest
kernel the ADMA is working fine in SD so no need to use the SDMA which
is slower than ADMA.

Fixed by : 7c415150cdd6 ("ARM: zynq: Reserve correct amount of non-DMA RAM")

Signed-off-by: Manish Narani <mnarani@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi

index 90474def75c191dc4ee19a48b727527e0eb11356..418e41993f33d79fabea7225feaaef28cd7696d0 100644 (file)
                        interrupt-parent = <&intc>;
                        interrupts = <0 24 4>;
                        reg = <0xe0100000 0x1000>;
-                       broken-adma2;
                };
 
                sdhci1: sdhci@e0101000 {
                        interrupt-parent = <&intc>;
                        interrupts = <0 47 4>;
                        reg = <0xe0101000 0x1000>;
-                       broken-adma2;
                };
 
                slcr: slcr@f8000000 {