linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chao Fu <b44548@freescale.com>
To: <linux-spi@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>, <shawn.guo@linaro.org>
Cc: grant.likely@linaro.org, R64188@freescale.com,
	broonie@kernel.org, Chao Fu <b44548@freescale.com>
Subject: [PATCH 2/3] arm:dts:vf-610:add vybrid DSPI TCF transfer support
Date: Thu, 25 Sep 2014 18:24:24 +0800	[thread overview]
Message-ID: <1411640665-20671-2-git-send-email-b44548@freescale.com> (raw)
In-Reply-To: <1411640665-20671-1-git-send-email-b44548@freescale.com>

From: Chao Fu <B44548@freescale.com>

DSPI can transfer data in EOQ mode or TCF mode.
Add the bool value as the ajudgement of using which method
will be read from dtb.

Signed-off-by: Chao Fu      <b44548@freescale.com>
---
 arch/arm/boot/dts/vf610.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi
index 4d2ec32..4339a19 100644
--- a/arch/arm/boot/dts/vf610.dtsi
+++ b/arch/arm/boot/dts/vf610.dtsi
@@ -174,6 +174,7 @@
 				clocks = <&clks VF610_CLK_DSPI0>;
 				clock-names = "dspi";
 				spi-num-chipselects = <5>;
+				tcfq-mode;
 				status = "disabled";
 			};
 
-- 
1.8.4

  reply	other threads:[~2014-09-25 10:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25 10:24 [PATCH 1/3] spi:fsl-dspi:add dspi tcfq mode transfer support Chao Fu
2014-09-25 10:24 ` Chao Fu [this message]
2014-09-25 10:24 ` [PATCH 3/3] Documentation:spi:fsl-dspi:add DSPI tcf " Chao Fu
     [not found]   ` <1411640665-20671-3-git-send-email-b44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-09-28  8:58     ` Shawn Guo
     [not found] ` <1411640665-20671-1-git-send-email-b44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-09-28  8:52   ` [PATCH 1/3] spi:fsl-dspi:add dspi tcfq mode " Shawn Guo
2014-09-28 11:19   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1411640665-20671-2-git-send-email-b44548@freescale.com \
    --to=b44548@freescale.com \
    --cc=R64188@freescale.com \
    --cc=broonie@kernel.org \
    --cc=grant.likely@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=shawn.guo@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).