diff options
author | Caesar Wang <wxt@rock-chips.com> | 2016-01-22 14:06:49 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-02-09 10:43:20 +0300 |
commit | 29f12bbab4c3997c5c8879ea19cfc47440dedbd8 (patch) | |
tree | 46bb2cb0da01622a75f226438c7436f2482c9b1e /arch/arm/boot/dts | |
parent | 9bed8b41d8da3acdb72d5fafa7ac5ec0016dd188 (diff) | |
download | linux-29f12bbab4c3997c5c8879ea19cfc47440dedbd8.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/rk3036.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index 28fa2f848df8..3864fa142df0 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -106,6 +106,7 @@ interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; #dma-cells = <1>; + arm,pl330-broken-no-flushp; clocks = <&cru ACLK_DMAC2>; clock-names = "apb_pclk"; }; |