arm64: dts: rockchip: add burst mode for rk3368

Because rk3368 pl330 dma controller doesn't support single
mode, so it is necessary to set peripherals-req-type-burst.

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

Change-Id: I44de28cca0085bc3d8f25a5913dbb527c36d8f83
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
Huibin Hong 2016-06-13 09:14:34 +08:00 committed by Huang, Tao
parent 170b5951a8
commit 7c8d79306b

View File

@ -285,6 +285,7 @@ dmac_peri: dma-controller@ff250000 {
clocks = <&cru ACLK_DMAC_PERI>;
clock-names = "apb_pclk";
arm,pl330-broken-no-flushp;
peripherals-req-type-burst;
};
dmac_bus: dma-controller@ff600000 {
@ -296,6 +297,7 @@ dmac_bus: dma-controller@ff600000 {
clocks = <&cru ACLK_DMAC_BUS>;
clock-names = "apb_pclk";
arm,pl330-broken-no-flushp;
peripherals-req-type-burst;
};
};