arm64: dts: rockchip: add burst mode for rk3366
authorHuibin Hong <huibin.hong@rock-chips.com>
Wed, 8 Jun 2016 08:20:07 +0000 (16:20 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 13 Jun 2016 02:33:47 +0000 (10:33 +0800)
Rk3366 support single and burst mode, and flushp instruction.
But burst mode improve transfer efficiency.

Please refer to:
Commit 8e770f371cc2
"dmaengine: pl330: add burst mode according to dts config"

Change-Id: I5e3fef4684f324dda015c0afd73535c062952fc1
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3366.dtsi

index a14689d565bd96a89101566848946491b276934f..d10c0f5e12c7aa386f4caab011b4929d902cfe2b 100644 (file)
                        #dma-cells = <1>;
                        clocks = <&cru ACLK_DMAC_PERI>;
                        clock-names = "apb_pclk";
+                       peripherals-req-type-burst;
                };
 
                dmac_bus: dma-controller@ff600000 {
                        #dma-cells = <1>;
                        clocks = <&cru ACLK_DMAC_BUS>;
                        clock-names = "apb_pclk";
+                       peripherals-req-type-burst;
                };
        };