From patchwork Mon Jun 20 17:56:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Anderson X-Patchwork-Id: 9188525 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 26416607D1 for ; Mon, 20 Jun 2016 18:56:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0E43A27BFC for ; Mon, 20 Jun 2016 18:56:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0222627C8F; Mon, 20 Jun 2016 18:56:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68D1C27BFC for ; Mon, 20 Jun 2016 18:56:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753500AbcFTS4t (ORCPT ); Mon, 20 Jun 2016 14:56:49 -0400 Received: from mail-pf0-f182.google.com ([209.85.192.182]:34618 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752738AbcFTS4s (ORCPT ); Mon, 20 Jun 2016 14:56:48 -0400 Received: by mail-pf0-f182.google.com with SMTP id h14so41504998pfe.1 for ; Mon, 20 Jun 2016 11:56:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ap8C1YE9ACbQLrn/VIl/umq56cpRNHWFTM2op5N88ps=; b=mdqO0Fxr7g9IXprGtRLJAF5nYojEqS7NDXYsD70yrZnA7dU41rAhCuf4LrFEIxjJz5 NZ3zrcoaYt2V35XekxFDTYdBCmhbXCAPaH2FTyLF+DIvp9QIkzw204gW08x6LjTFycfF Le+P5c6WpadQ57lwZL+ElWwxY5db1jjMNBeNM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ap8C1YE9ACbQLrn/VIl/umq56cpRNHWFTM2op5N88ps=; b=QURBpFxaYN929sYVnAr51VG7mBsbZD3ibCOAM7PPftF5s85EoFqd0PMI+n4RSpXggc AOSU8ou1z582IcQl1GYYhQ4yCJ7kIXmYT+WW1tBmrtzREgz6jRIUVksVB5Wu5VrEUmE/ ebeeMoHzwW30Mv/CV1z1OKan85oDNuKBeP7eVLgsCElitH7aFn2HjfixHKga8vLpFnH9 mKW0D5r3vzmfTCWz7uH12AKdn8w2K8i9F3FjLtyjZkQmcnjD8eZ0aDeY6ll+ueCqtXgp sZkpCoslKbrepeXpDwIkFWonKB3687Ch0YVYhthY3WU4qO/IonL5V6/PVI7qmzxD8Y/2 bXEQ== X-Gm-Message-State: ALyK8tLWBe4bs138yJA9Xb3fpMTnJ0i96FrMpFT57Y3o7jDYseKxEFz1wp4slNpTG66InjRC X-Received: by 10.98.1.84 with SMTP id 81mr23473247pfb.155.1466445649516; Mon, 20 Jun 2016 11:00:49 -0700 (PDT) Received: from tictac.mtv.corp.google.com ([172.22.65.76]) by smtp.gmail.com with ESMTPSA id c189sm60250353pfg.19.2016.06.20.11.00.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Jun 2016 11:00:48 -0700 (PDT) From: Douglas Anderson To: ulf.hansson@linaro.org, Heiko Stuebner Cc: kishon@ti.com, robh+dt@kernel.org, shawn.lin@rock-chips.com, xzy.xu@rock-chips.com, briannorris@chromium.org, adrian.hunter@intel.com, linux-rockchip@lists.infradead.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, groeck@chromium.org, Douglas Anderson , pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 10/15] Documentation: mmc: sdhci-of-arasan: Add ability to export card clock Date: Mon, 20 Jun 2016 10:56:49 -0700 Message-Id: <1466445414-11974-11-git-send-email-dianders@chromium.org> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 In-Reply-To: <1466445414-11974-1-git-send-email-dianders@chromium.org> References: <1466445414-11974-1-git-send-email-dianders@chromium.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Some SD/eMMC PHYs (like the PHY from Arasan that is designed to work with arasan,sdhci-5.1) need to know the card clock frequency in order to function properly. Physically in a SoC this clock is exported from the SDHCI IP block to the PHY IP block and the PHY needs to know the speed. Let's export the SDHCI card clock using a standard device tree mechanism so that the PHY can get access to it and query the card clock frequency. Signed-off-by: Douglas Anderson Acked-by: Rob Herring Reviewed-by: Heiko Stuebner --- Changes in v3: - Add collected tags Changes in v2: - Adjust commit message wording (Rob) - Add Rob Herring's Ack. Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt index 476604e6ce2a..3404afa9b938 100644 --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt @@ -30,6 +30,12 @@ Optional Properties: - arasan,soc-ctl-syscon: A phandle to a syscon device (see ../mfd/syscon.txt) used to access core corecfg registers. Offsets of registers in this syscon are determined based on the main compatible string for the device. + - clock-output-names: If specified, this will be the name of the card clock + which will be exposed by this device. Required if #clock-cells is + specified. + - #clock-cells: If specified this should be the value <0>. With this property + in place we will export a clock representing the Card Clock. This clock + is expected to be consumed by our PHY. You must also specify Example: sdhci@e0100000 { @@ -61,7 +67,9 @@ Example: arasan,soc-ctl-syscon = <&grf>; assigned-clocks = <&cru SCLK_EMMC>; assigned-clock-rates = <200000000>; + clock-output-names = "emmc_cardclock"; phys = <&emmc_phy>; phy-names = "phy_arasan"; + #clock-cells = <0>; status = "disabled"; };