linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's J7200 devices
@ 2020-08-02  7:01 Faiz Abbas
  2020-08-17 21:17 ` Rob Herring
  2020-08-21 13:03 ` Ulf Hansson
  0 siblings, 2 replies; 4+ messages in thread
From: Faiz Abbas @ 2020-08-02  7:01 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-mmc; +Cc: robh+dt, ulf.hansson

Add binding documentation for mmc host controllers present on
TI's J7200 SOC

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
---
 Documentation/devicetree/bindings/mmc/sdhci-am654.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.txt b/Documentation/devicetree/bindings/mmc/sdhci-am654.txt
index 6d202f4d9249..b49cbfdd679f 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-am654.txt
+++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.txt
@@ -12,6 +12,8 @@ Required Properties:
 			"ti,am654-sdhci-5.1": SDHCI on AM654 device.
 			"ti,j721e-sdhci-8bit": 8 bit SDHCI on J721E device.
 			"ti,j721e-sdhci-4bit": 4 bit SDHCI on J721E device.
+			"ti,j7200-sdhci-8bit": 8 bit SDHCI on J7200 device.
+			"ti,j7200-sdhci-4bit": 4 bit SDHCI on J7200 device.
 	- reg: Must be two entries.
 		- The first should be the sdhci register space
 		- The second should the subsystem/phy register space
@@ -33,7 +35,9 @@ Required Properties:
 	  These bindings must be provided otherwise the driver will disable the
 	  corresponding speed mode (i.e. all nodes must provide at least -legacy)
 
-Optional Properties (Required for ti,am654-sdhci-5.1 and ti,j721e-sdhci-8bit):
+Optional Properties (Required for ti,am654-sdhci-5.1,
+				  ti,j721e-sdhci-8bit,
+				  ti,j7200-sdhci-8bit):
 	- ti,trm-icp: DLL trim select
 	- ti,driver-strength-ohm: driver strength in ohms.
 				  Valid values are 33, 40, 50, 66 and 100 ohms.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's J7200 devices
  2020-08-02  7:01 [PATCH] dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's J7200 devices Faiz Abbas
@ 2020-08-17 21:17 ` Rob Herring
  2020-08-20  7:06   ` Faiz Abbas
  2020-08-21 13:03 ` Ulf Hansson
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2020-08-17 21:17 UTC (permalink / raw)
  To: Faiz Abbas; +Cc: ulf.hansson, linux-kernel, linux-mmc, robh+dt, devicetree

On Sun, 02 Aug 2020 12:31:14 +0530, Faiz Abbas wrote:
> Add binding documentation for mmc host controllers present on
> TI's J7200 SOC
> 
> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
> ---
>  Documentation/devicetree/bindings/mmc/sdhci-am654.txt | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's J7200 devices
  2020-08-17 21:17 ` Rob Herring
@ 2020-08-20  7:06   ` Faiz Abbas
  0 siblings, 0 replies; 4+ messages in thread
From: Faiz Abbas @ 2020-08-20  7:06 UTC (permalink / raw)
  To: Rob Herring; +Cc: ulf.hansson, linux-kernel, linux-mmc, robh+dt, devicetree

Hi Ulf,

On 18/08/20 2:47 am, Rob Herring wrote:
> On Sun, 02 Aug 2020 12:31:14 +0530, Faiz Abbas wrote:
>> Add binding documentation for mmc host controllers present on
>> TI's J7200 SOC
>>
>> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
>> ---
>>  Documentation/devicetree/bindings/mmc/sdhci-am654.txt | 6 +++++-
>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>
> 
> Acked-by: Rob Herring <robh@kernel.org>
> 

Can you pick this up now or should I rebase to latest?

Thanks,
Faiz

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's J7200 devices
  2020-08-02  7:01 [PATCH] dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's J7200 devices Faiz Abbas
  2020-08-17 21:17 ` Rob Herring
@ 2020-08-21 13:03 ` Ulf Hansson
  1 sibling, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2020-08-21 13:03 UTC (permalink / raw)
  To: Faiz Abbas; +Cc: Linux Kernel Mailing List, DTML, linux-mmc, Rob Herring

On Sun, 2 Aug 2020 at 09:01, Faiz Abbas <faiz_abbas@ti.com> wrote:
>
> Add binding documentation for mmc host controllers present on
> TI's J7200 SOC
>
> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  Documentation/devicetree/bindings/mmc/sdhci-am654.txt | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.txt b/Documentation/devicetree/bindings/mmc/sdhci-am654.txt
> index 6d202f4d9249..b49cbfdd679f 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.txt
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.txt
> @@ -12,6 +12,8 @@ Required Properties:
>                         "ti,am654-sdhci-5.1": SDHCI on AM654 device.
>                         "ti,j721e-sdhci-8bit": 8 bit SDHCI on J721E device.
>                         "ti,j721e-sdhci-4bit": 4 bit SDHCI on J721E device.
> +                       "ti,j7200-sdhci-8bit": 8 bit SDHCI on J7200 device.
> +                       "ti,j7200-sdhci-4bit": 4 bit SDHCI on J7200 device.
>         - reg: Must be two entries.
>                 - The first should be the sdhci register space
>                 - The second should the subsystem/phy register space
> @@ -33,7 +35,9 @@ Required Properties:
>           These bindings must be provided otherwise the driver will disable the
>           corresponding speed mode (i.e. all nodes must provide at least -legacy)
>
> -Optional Properties (Required for ti,am654-sdhci-5.1 and ti,j721e-sdhci-8bit):
> +Optional Properties (Required for ti,am654-sdhci-5.1,
> +                                 ti,j721e-sdhci-8bit,
> +                                 ti,j7200-sdhci-8bit):
>         - ti,trm-icp: DLL trim select
>         - ti,driver-strength-ohm: driver strength in ohms.
>                                   Valid values are 33, 40, 50, 66 and 100 ohms.
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-21 13:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-02  7:01 [PATCH] dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's J7200 devices Faiz Abbas
2020-08-17 21:17 ` Rob Herring
2020-08-20  7:06   ` Faiz Abbas
2020-08-21 13:03 ` Ulf Hansson

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).