From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755823AbcASOeI (ORCPT ); Tue, 19 Jan 2016 09:34:08 -0500 Received: from mail-sn1nam02on0047.outbound.protection.outlook.com ([104.47.36.47]:44688 "EHLO NAM02-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754674AbcASOdq (ORCPT ); Tue, 19 Jan 2016 09:33:46 -0500 X-Greylist: delayed 905 seconds by postgrey-1.27 at vger.kernel.org; Tue, 19 Jan 2016 09:33:46 EST Authentication-Results: spf=pass (sender IP is 149.199.60.83) smtp.mailfrom=xilinx.com; vger.kernel.org; dkim=none (message not signed) header.d=none;vger.kernel.org; dmarc=bestguesspass action=none header.from=xilinx.com; From: P L Sai Krishna To: Michal Simek , Soren Brinkmann , Ulf Hansson , Kevin Hao , Emil Lenchak , Tobias Klauser , Sudeep Holla , Adrian Hunter , Jisheng Zhang , "Ivan T. Ivanov" , Scott Branden , Vincent Yang , Haibo Chen , Marek Vasut , "ludovic.desroches@atmel.com" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , "Kumar Gala" , Suman Tripathi , Shawn Lin CC: , , , , Harini Katakam , Punnaiah Choudary Kalluri , Anirudha Sarangi , P L Sai Krishna Subject: [LINUX PATCH 2/5] Documentation: mmc: Updated the binding doc for Arasan SDHCI. Date: Tue, 19 Jan 2016 19:47:32 +0530 Message-ID: <1453213055-35563-2-git-send-email-lakshmis@xilinx.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1453213055-35563-1-git-send-email-lakshmis@xilinx.com> References: <1453213055-35563-1-git-send-email-lakshmis@xilinx.com> X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-22074.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.83;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(189002)(199003)(107886002)(33646002)(6806005)(36386004)(2501003)(50226001)(86362001)(50986999)(11100500001)(47776003)(586003)(5008740100001)(19580395003)(48376002)(19580405001)(42186005)(5003940100001)(50466002)(76176999)(2950100001)(92566002)(87936001)(5001960100002)(4001430100002)(103686003)(2906002)(4326007)(1220700001)(45336002)(90966002)(229853001)(46386002)(5001770100001)(1096002)(36756003)(189998001)(81156007)(106466001)(63266004)(52956003)(7059030)(921003)(107986001)(1121003)(217873001);DIR:OUT;SFP:1101;SCL:1;SRVR:SN1NAM02HT240;H:xsj-pvapsmtpgw01;FPR:;SPF:Pass;PTR:unknown-60-83.xilinx.com;MX:1;A:1;LANG:en; MIME-Version: 1.0 Content-Type: text/plain X-MS-Office365-Filtering-Correlation-Id: c4c67214-b5b7-4c3a-b7f5-08d320db6d83 X-Exchange-Antispam-Report-Test: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:SN1NAM02HT240;UriScan:(192813158149592); X-Microsoft-Antispam-PRVS: <1259eaa2114f481cb24624209aabb1c4@SN1NAM02HT240.eop-nam02.prod.protection.outlook.com> X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(13015025)(13018025)(13017025)(8121501046)(13023025)(5005006)(13024025)(520078)(3002001)(10201501046);SRVR:SN1NAM02HT240;BCL:0;PCL:0;RULEID:;SRVR:SN1NAM02HT240; X-Forefront-PRVS: 0826B2F01B X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 Jan 2016 14:18:38.8053 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.83];Helo=[xsj-pvapsmtpgw01] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1NAM02HT240 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds broken-tuning property to the binding doc for Arasan SDHCI. Signed-off-by: P L Sai Krishna --- Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt index da541c3..2088d9f 100644 --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt @@ -17,6 +17,10 @@ Required Properties: - interrupt-parent: Phandle for the interrupt controller that services interrupts for this device. +Optional Properties: + - broken-tuning: Indicates tuning broken in Silicon 1.0 of + Zynq Ultrascale+ MPSoC. + Example: sdhci@e0100000 { compatible = "arasan,sdhci-8.9a"; -- 2.1.2