mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
170b5951a8
commit
7c8d79306b
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user