From patchwork Tue May 10 00:14:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 620391 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3r3frG12ntz9s0M for ; Tue, 10 May 2016 10:14:22 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=verge.net.au header.i=@verge.net.au header.b=p4wfUjex; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754304AbcEJAOS (ORCPT ); Mon, 9 May 2016 20:14:18 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:53286 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754415AbcEJAOP (ORCPT ); Mon, 9 May 2016 20:14:15 -0400 Received: from reginn.isobedori.kobe.vergenet.net (p6216-ipbfp1501kobeminato.hyogo.ocn.ne.jp [114.153.217.216]) by kirsty.vergenet.net (Postfix) with ESMTPA id 99FBC25B81D; Tue, 10 May 2016 10:14:12 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1462839252; bh=83MzNeC6/owESfD0l0JZi1/CZY8lBJiByF5lo1HePwE=; h=From:To:Cc:Subject:Date:From; b=p4wfUjexpvwCcWQtwOrQHrFuiby/Vv4BUEo2VocMjDYqkzmXk/d2NElh58Mwqca7y AqRKjPUguNJboKvmI2yGsvRPkxDOCCjClvNIBB/vMwOsYoTMaHHx3rFCQWVE4sLu2x rB5kgKHqTphUpmOt3iaTciiYM0bfI08wCc7zDwQk= Received: by reginn.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 7B6E49404B2; Tue, 10 May 2016 09:14:30 +0900 (JST) From: Simon Horman To: Srinivas Kandagatla , Maxime Coquelin , Patrice Chotard , Adrian Hunter , Ulf Hansson Cc: linux-arm-kernel@lists.infradead.org, kernel@stlinux.com, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, Simon Horman Subject: [PATCH] mmc: sdhci-st: correct name of sd-uhs-sdr50 property Date: Tue, 10 May 2016 09:14:24 +0900 Message-Id: <1462839264-13300-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.1.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Correct what appears to be a typo in the name of the sd-uhs-sdr50. Also fix mixed tab/space indentation. Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/mmc/sdhci-st.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/sdhci-st.txt b/Documentation/devicetree/bindings/mmc/sdhci-st.txt index 18d950df2749..88faa91125bf 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-st.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-st.txt @@ -38,7 +38,7 @@ Optional properties: - bus-width: Number of data lines. See: Documentation/devicetree/bindings/mmc/mmc.txt. -- max-frequency: Can be 200MHz, 100Mz or 50MHz (default) and used for +- max-frequency: Can be 200MHz, 100Mz or 50MHz (default) and used for configuring the CCONFIG3 in the mmcss. See: Documentation/devicetree/bindings/mmc/mmc.txt. @@ -48,7 +48,7 @@ Optional properties: - vqmmc-supply: Phandle to the regulator dt node, mentioned as the vcc/vdd supply in eMMC/SD specs. -- sd-uhs--sdr50: To enable the SDR50 in the mmcss. +- sd-uhs-sdr50: To enable the SDR50 in the mmcss. See: Documentation/devicetree/bindings/mmc/mmc.txt. - sd-uhs-sdr104: To enable the SDR104 in the mmcss.