linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: Fix xlnx,mio-bank property values for arasan driver
@ 2020-12-02 13:16 Michal Simek
  2020-12-04 14:38 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2020-12-02 13:16 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Adrian Hunter, Rob Herring, Ulf Hansson, devicetree, linux-mmc

Xilinx ZynqMP has 3 mio banks and all of them are valid. That's why also
list the first one which is missing. Property is enumeration not range.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
index 58fe9d02a781..8958e54e522d 100644
--- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
@@ -147,7 +147,7 @@ properties:
 
   xlnx,mio-bank:
     $ref: /schemas/types.yaml#/definitions/uint32
-    enum: [0, 2]
+    enum: [0, 1, 2]
     default: 0
     description:
       The MIO bank number in which the command and data lines are configured.
-- 
2.29.2


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

* Re: [PATCH] dt-bindings: mmc: Fix xlnx,mio-bank property values for arasan driver
  2020-12-02 13:16 [PATCH] dt-bindings: mmc: Fix xlnx,mio-bank property values for arasan driver Michal Simek
@ 2020-12-04 14:38 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2020-12-04 14:38 UTC (permalink / raw)
  To: Michal Simek
  Cc: Linux Kernel Mailing List, Michal Simek, git, Adrian Hunter,
	Rob Herring, DTML, linux-mmc

On Wed, 2 Dec 2020 at 14:16, Michal Simek <michal.simek@xilinx.com> wrote:
>
> Xilinx ZynqMP has 3 mio banks and all of them are valid. That's why also
> list the first one which is missing. Property is enumeration not range.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>
>  Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
> index 58fe9d02a781..8958e54e522d 100644
> --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
> +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
> @@ -147,7 +147,7 @@ properties:
>
>    xlnx,mio-bank:
>      $ref: /schemas/types.yaml#/definitions/uint32
> -    enum: [0, 2]
> +    enum: [0, 1, 2]
>      default: 0
>      description:
>        The MIO bank number in which the command and data lines are configured.
> --
> 2.29.2
>

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

end of thread, other threads:[~2020-12-04 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 13:16 [PATCH] dt-bindings: mmc: Fix xlnx,mio-bank property values for arasan driver Michal Simek
2020-12-04 14:38 ` 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).