From patchwork Thu Sep 25 10:24:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chao Fu X-Patchwork-Id: 4974241 Return-Path: X-Original-To: patchwork-linux-spi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 82EB0BEEA6 for ; Thu, 25 Sep 2014 11:33:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3E8362025A for ; Thu, 25 Sep 2014 11:33:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E85E82017A for ; Thu, 25 Sep 2014 11:33:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751351AbaIYLdH (ORCPT ); Thu, 25 Sep 2014 07:33:07 -0400 Received: from mail-by2on0148.outbound.protection.outlook.com ([207.46.100.148]:32032 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751302AbaIYLdH (ORCPT ); Thu, 25 Sep 2014 07:33:07 -0400 X-Greylist: delayed 908 seconds by postgrey-1.27 at vger.kernel.org; Thu, 25 Sep 2014 07:33:07 EDT Received: from CH1PR03CA001.namprd03.prod.outlook.com (10.255.156.146) by BN1PR03MB172.namprd03.prod.outlook.com (10.255.200.152) with Microsoft SMTP Server (TLS) id 15.0.1034.13; Thu, 25 Sep 2014 11:17:55 +0000 Received: from BN1BFFO11FD016.protection.gbl (10.255.156.132) by CH1PR03CA001.outlook.office365.com (10.255.156.146) with Microsoft SMTP Server (TLS) id 15.0.1039.15 via Frontend Transport; Thu, 25 Sep 2014 11:17:55 +0000 Received: from tx30smr01.am.freescale.net (192.88.168.50) by BN1BFFO11FD016.mail.protection.outlook.com (10.58.144.79) with Microsoft SMTP Server (TLS) id 15.0.1029.15 via Frontend Transport; Thu, 25 Sep 2014 11:17:55 +0000 Received: from rock.ap.freescale.net (rock.ap.freescale.net [10.193.20.106]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id s8PBHkAE013230; Thu, 25 Sep 2014 04:17:52 -0700 From: Chao Fu To: , , CC: , , , Chao Fu , Chao Fu Subject: [PATCH 2/3] arm:dts:vf-610:add vybrid DSPI TCF transfer support Date: Thu, 25 Sep 2014 18:24:24 +0800 Message-ID: <1411640665-20671-2-git-send-email-b44548@freescale.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1411640665-20671-1-git-send-email-b44548@freescale.com> References: <1411640665-20671-1-git-send-email-b44548@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.168.50; CTRY:US; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(10019020)(6009001)(189002)(199003)(85852003)(120916001)(6806004)(76176999)(81342003)(89996001)(62966002)(68736004)(106466001)(79102003)(80022003)(87936001)(19580405001)(10300001)(217423001)(19580395003)(83322001)(50986999)(84676001)(87286001)(99396003)(92726001)(83072002)(95666004)(102836001)(4396001)(85306004)(44976005)(104166001)(76482002)(77156001)(50466002)(90102001)(36756003)(104016003)(33646002)(93916002)(86362001)(107046002)(74662003)(77982003)(74502003)(31966008)(92566001)(88136002)(97736003)(2201001)(50226001)(46102003)(20776003)(47776003)(105606002)(21056001)(81542003)(229853001)(64706001)(48376002)(2101003)(217873001); DIR:OUT; SFP:1102; SCL:1; SRVR:BN1PR03MB172; H:tx30smr01.am.freescale.net; FPR:; MLV:sfv; PTR:InfoDomainNonexistent; MX:1; A:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1PR03MB172; X-Forefront-PRVS: 0345CFD558 Received-SPF: Fail (protection.outlook.com: domain of freescale.com does not designate 192.88.168.50 as permitted sender) receiver=protection.outlook.com; client-ip=192.88.168.50; helo=tx30smr01.am.freescale.net; Authentication-Results: spf=fail (sender IP is 192.88.168.50) smtp.mailfrom=B44548@freescale.com; X-OriginatorOrg: freescale.com Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Chao Fu 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 --- 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"; };