mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09: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:
@@ -285,6 +285,7 @@
|
||||
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 @@
|
||||
clocks = <&cru ACLK_DMAC_BUS>;
|
||||
clock-names = "apb_pclk";
|
||||
arm,pl330-broken-no-flushp;
|
||||
peripherals-req-type-burst;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user