Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: add arm,pl330-broken-no-flushp quirk for rk3036 SoCs

Pl330 integrated in rk3036 platform that doesn't support
DMAFLUSHP function. So we add 'arm,pl330-broken-no-flushp' quirk
for rk3036.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Caesar Wang and committed by
Heiko Stuebner
29f12bba 9bed8b41

+1
+1
arch/arm/boot/dts/rk3036.dtsi
··· 106 106 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 107 107 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; 108 108 #dma-cells = <1>; 109 + arm,pl330-broken-no-flushp; 109 110 clocks = <&cru ACLK_DMAC2>; 110 111 clock-names = "apb_pclk"; 111 112 };