Skip to content

Commit b0b4e97

Browse files
knaerzchemmind
authored andcommitted
ARM: dts: rockchip: Add missing quirk for RK3128's dma engine
Like most other Rockchip ARM SoCs, the PL330 needs the arm,pl330-periph-burst quirk in order to work as expected. Add it. Fixes: a0201bf ("ARM: dts: rockchip: add rk3128 soc dtsi") Signed-off-by: Alex Bee <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 7e3be9e commit b0b4e97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/rockchip/rk3128.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@
459459
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
460460
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
461461
arm,pl330-broken-no-flushp;
462+
arm,pl330-periph-burst;
462463
clocks = <&cru ACLK_DMAC>;
463464
clock-names = "apb_pclk";
464465
#dma-cells = <1>;

0 commit comments

Comments
 (0)