devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Manish Narani <manish.narani@xilinx.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	ulf.hansson@linaro.org, linux-kernel@vger.kernel.org,
	linux-mmc@vger.kernel.org, michal.simek@xilinx.com,
	amit.kucheria@linaro.org, leoyang.li@nxp.com, jollys@xilinx.com,
	rajanv@xilinx.com, sudeep.holla@arm.com, olof@lixom.net,
	adrian.hunter@intel.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH 2/4] dt-bindings: mmc: arasan: Document 'xlnx,zynqmp-8.9a' controller
Date: Mon, 24 Sep 2018 14:31:43 -0700	[thread overview]
Message-ID: <5baa1aef.1c69fb81.e8e5f.3dbb@mx.google.com> (raw)
In-Reply-To: <1537278339-9257-3-git-send-email-manish.narani@xilinx.com>

On Tue, Sep 18, 2018 at 07:15:37PM +0530, Manish Narani wrote:
> Add documentation for 'xlnx,zynqmp-8.9a' SDHCI controller and required
> properties followed by example.
> 
> Signed-off-by: Manish Narani <manish.narani@xilinx.com>
> ---
>  Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
> index f6ddba3..72769e0 100644
> --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
> +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
> @@ -15,6 +15,7 @@ Required Properties:
>      - "arasan,sdhci-5.1": generic Arasan SDHCI 5.1 PHY
>      - "rockchip,rk3399-sdhci-5.1", "arasan,sdhci-5.1": rk3399 eMMC PHY
>        For this device it is strongly suggested to include arasan,soc-ctl-syscon.
> +    - "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a": Xilinx ZynqMP Arasan SDHCI 8.9a PHY

xlnx,zynqmp-sdhci. The version number is for Arasan.

>    - reg: From mmc bindings: Register location and length.
>    - clocks: From clock bindings: Handles to clock inputs.
>    - clock-names: From clock bindings: Tuple including "clk_xin" and "clk_ahb"
> @@ -24,6 +25,9 @@ Required Properties for "arasan,sdhci-5.1":
>    - phys: From PHY bindings: Phandle for the Generic PHY for arasan.
>    - phy-names:  MUST be "phy_arasan".
>  
> +Required Properties for "xlnx,zynqmp-8.9a":
> +  - xlnx,device_id: SD controller device ID. Must be either <0> or <1>.
> +

What's this for?

>  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
> @@ -75,3 +79,13 @@ Example:
>  		phy-names = "phy_arasan";
>  		#clock-cells = <0>;
>  	};
> +
> +	sdhci: sdhci@ff160000 {

mmc@...

> +		compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
> +		reg = <0x0 0xff160000 0x0 0x1000>;
> +		interrupt-parent = <&gic>;
> +		interrupts = <0 48 4>;
> +		clock-names = "clk_xin", "clk_ahb";
> +		clocks = <&clk 54>, <&clk 31>;
> +		xlnx,device_id = <0>;
> +	};
> -- 
> 2.1.1
> 

  reply	other threads:[~2018-09-24 21:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-18 13:45 [RFC PATCH 0/4] Add auto tuning support for ZynqMP SDHCI controller Manish Narani
2018-09-18 13:45 ` [RFC PATCH 1/4] firmware: xilinx: Add SD Node and DLL Reset Data APIs Manish Narani
2018-09-18 13:45 ` [RFC PATCH 2/4] dt-bindings: mmc: arasan: Document 'xlnx,zynqmp-8.9a' controller Manish Narani
2018-09-24 21:31   ` Rob Herring [this message]
2018-09-18 13:45 ` [RFC PATCH 3/4] mmc: sdhci-of-arasan: Add auto tuning support for ZynqMP platform Manish Narani
2018-09-18 13:45 ` [RFC PATCH 4/4] arm64: zynqmp: Add new SDHCI compatible string Manish Narani

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=5baa1aef.1c69fb81.e8e5f.3dbb@mx.google.com \
    --to=robh@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=amit.kucheria@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jollys@xilinx.com \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=manish.narani@xilinx.com \
    --cc=mark.rutland@arm.com \
    --cc=michal.simek@xilinx.com \
    --cc=olof@lixom.net \
    --cc=rajanv@xilinx.com \
    --cc=sudeep.holla@arm.com \
    --cc=ulf.hansson@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).