Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1314909

[PATCH v7 6/9] ARM: dts: add pl330-broken-no-flushp quirk for rk3036 SoCs

From Caesar Wang <wxt@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v7 6/9] ARM: dts: add pl330-broken-no-flushp quirk for rk3036 SoCs
Date 2016-01-22 12:20 +0100
Message-ID <qTHV0-3h7-1@gated-at.bofh.it> (permalink)
References <qTHLk-3dT-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---

Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
Changes in v1: None

 arch/arm/boot/dts/rk3036.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi
index ee457a2..242cafc 100644
--- a/arch/arm/boot/dts/rk3036.dtsi
+++ b/arch/arm/boot/dts/rk3036.dtsi
@@ -102,6 +102,7 @@
 		pdma: pdma@20078000 {
 			compatible = "arm,pl330", "arm,primecell";
 			reg = <0x20078000 0x4000>;
+			arm,pl330-broken-no-flushp;
 			interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
 				     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
 			#dma-cells = <1>;
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v7 0/9] Fix broken DMAFLUSHP on Rockchips platform Caesar Wang <wxt@rock-chips.com> - 2016-01-22 12:10 +0100
  [PATCH v7 1/9] dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmit Caesar Wang <wxt@rock-chips.com> - 2016-01-22 12:10 +0100
  [PATCH v7 8/9] dmaengine: pl330: add max burst for dmaengine Caesar Wang <wxt@rock-chips.com> - 2016-01-22 12:10 +0100
  [PATCH v7 5/9] ARM: dts: Add arm, pl330-broken-no-flushp quirk for rk3xxx platform Caesar Wang <wxt@rock-chips.com> - 2016-01-22 12:10 +0100
  [PATCH v7 6/9] ARM: dts: add pl330-broken-no-flushp quirk for rk3036 SoCs Caesar Wang <wxt@rock-chips.com> - 2016-01-22 12:20 +0100
  [PATCH v7 4/9] ARM: dts: Add arm, pl330-broken-no-flushp quirk for rk3288 platform Caesar Wang <wxt@rock-chips.com> - 2016-01-22 12:20 +0100
  [PATCH v7 7/9] dmaengine: core: expose max burst capability to clients Caesar Wang <wxt@rock-chips.com> - 2016-01-22 12:20 +0100
  [PATCH v7 3/9] dmaengine: pl330: add quirk for broken no flushp Caesar Wang <wxt@rock-chips.com> - 2016-01-22 12:20 +0100

csiph-web