All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Brad Larson <brad@pensando.io>
Cc: linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	linus.walleij@linaro.org, bgolaszewski@baylibre.com,
	broonie@kernel.org, fancer.lancer@gmail.com,
	adrian.hunter@intel.com, ulf.hansson@linaro.org, olof@lixom.net,
	linux-gpio@vger.kernel.org, linux-spi@vger.kernel.org,
	linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding
Date: Tue, 26 Oct 2021 13:10:54 -0500	[thread overview]
Message-ID: <YXhErvvSfKIBvHae@robh.at.kernel.org> (raw)
In-Reply-To: <20211025015156.33133-4-brad@pensando.io>

On Sun, Oct 24, 2021 at 06:51:48PM -0700, Brad Larson wrote:
> Pensando Elba ARM 64-bit SoC is integrated with this IP and
> explicitly controls byte-lane enables resulting in an additional
> reg property resource.
> 
> Signed-off-by: Brad Larson <brad@pensando.io>
> ---
>  .../devicetree/bindings/mmc/cdns,sdhci.yaml         | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> index af7442f73881..6c68b7b5abec 100644
> --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> @@ -15,13 +15,16 @@ allOf:
>  
>  properties:
>    compatible:
> -    items:
> -      - enum:
> -          - socionext,uniphier-sd4hc
> -      - const: cdns,sd4hc
> +    oneOf:
> +      - items:
> +        - enum:
> +            - socionext,uniphier-sd4hc
> +            - pensando,elba-emmc
> +        - const: cdns,sd4hc
>  
>    reg:
> -    maxItems: 1
> +    minItems: 1
> +    maxItems: 2

If there is more than 1, then you need to describe what each entry is.

>  
>    interrupts:
>      maxItems: 1
> -- 
> 2.17.1
> 
> 

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Brad Larson <brad@pensando.io>
Cc: linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	linus.walleij@linaro.org, bgolaszewski@baylibre.com,
	broonie@kernel.org, fancer.lancer@gmail.com,
	adrian.hunter@intel.com, ulf.hansson@linaro.org, olof@lixom.net,
	linux-gpio@vger.kernel.org, linux-spi@vger.kernel.org,
	linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding
Date: Tue, 26 Oct 2021 13:10:54 -0500	[thread overview]
Message-ID: <YXhErvvSfKIBvHae@robh.at.kernel.org> (raw)
In-Reply-To: <20211025015156.33133-4-brad@pensando.io>

On Sun, Oct 24, 2021 at 06:51:48PM -0700, Brad Larson wrote:
> Pensando Elba ARM 64-bit SoC is integrated with this IP and
> explicitly controls byte-lane enables resulting in an additional
> reg property resource.
> 
> Signed-off-by: Brad Larson <brad@pensando.io>
> ---
>  .../devicetree/bindings/mmc/cdns,sdhci.yaml         | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> index af7442f73881..6c68b7b5abec 100644
> --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> @@ -15,13 +15,16 @@ allOf:
>  
>  properties:
>    compatible:
> -    items:
> -      - enum:
> -          - socionext,uniphier-sd4hc
> -      - const: cdns,sd4hc
> +    oneOf:
> +      - items:
> +        - enum:
> +            - socionext,uniphier-sd4hc
> +            - pensando,elba-emmc
> +        - const: cdns,sd4hc
>  
>    reg:
> -    maxItems: 1
> +    minItems: 1
> +    maxItems: 2

If there is more than 1, then you need to describe what each entry is.

>  
>    interrupts:
>      maxItems: 1
> -- 
> 2.17.1
> 
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-10-26 18:10 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-25  1:51 [PATCH v3 00/11] Support Pensando Elba SoC Brad Larson
2021-10-25  1:51 ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 01/11] dt-bindings: arm: pensando: add Pensando boards Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-27 21:37   ` Rob Herring
2021-10-27 21:37     ` Rob Herring
2021-10-25  1:51 ` [PATCH v3 02/11] dt-bindings: Add vendor prefix for Pensando Systems Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-27 21:38   ` Rob Herring
2021-10-27 21:38     ` Rob Herring
2021-11-05  0:16     ` Brad Larson
2021-11-05  0:16       ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-25 12:54   ` Rob Herring
2021-10-25 12:54     ` Rob Herring
2021-11-05  0:13     ` Brad Larson
2021-11-05  0:13       ` Brad Larson
2021-10-26 18:10   ` Rob Herring [this message]
2021-10-26 18:10     ` Rob Herring
2021-11-17  1:21     ` Brad Larson
2021-11-17  1:21       ` Brad Larson
2021-11-17  1:27       ` Brad Larson
2021-11-17  1:27         ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 04/11] dt-bindings: spi: Add compatible for Pensando Elba SoC Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-27 21:38   ` Rob Herring
2021-10-27 21:38     ` Rob Herring
2021-10-28  7:26   ` Serge Semin
2021-10-28  7:26     ` Serge Semin
2021-11-15 22:05     ` Brad Larson
2021-11-15 22:05       ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 05/11] spi: dw: Add Pensando Elba SoC SPI Controller bindings Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-27 21:42   ` Rob Herring
2021-10-27 21:42     ` Rob Herring
2021-10-28  7:49   ` Serge Semin
2021-10-28  7:49     ` Serge Semin
2021-10-28  7:52     ` Serge Semin
2021-10-28  7:52       ` Serge Semin
2021-11-15 22:24     ` Brad Larson
2021-11-15 22:24       ` Brad Larson
2021-11-16 11:29       ` Serge Semin
2021-11-16 11:29         ` Serge Semin
2021-11-16 23:11         ` Brad Larson
2021-11-16 23:11           ` Brad Larson
2021-11-17  8:19           ` Serge Semin
2021-11-17  8:19             ` Serge Semin
2021-11-17 21:35             ` Brad Larson
2021-11-17 21:35               ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 06/11] MAINTAINERS: Add entry for PENSANDO Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 07/11] arm64: Add config for Pensando SoC platforms Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 08/11] spi: cadence-quadspi: Add compatible for Pensando Elba SoC Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 09/11] mmc: sdhci-cadence: Add Pensando Elba SoC support Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-25  1:51 ` [PATCH v3 10/11] spi: dw: Add support for Pensando Elba SoC Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-28  9:11   ` Serge Semin
2021-10-28  9:11     ` Serge Semin
2021-10-31 13:19   ` Andy Shevchenko
2021-10-31 13:19     ` Andy Shevchenko
2021-10-25  1:51 ` [PATCH v3 11/11] arm64: dts: Add Pensando Elba SoC support Brad Larson
2021-10-25  1:51   ` Brad Larson
2021-10-25  9:17   ` Mark Rutland
2021-10-25  9:17     ` Mark Rutland
2021-10-25 11:15     ` Marc Zyngier
2021-10-25 11:15       ` Marc Zyngier
2021-11-05  0:02       ` Brad Larson
2021-11-05  0:02         ` Brad Larson
2021-11-05 11:35         ` Marc Zyngier
2021-11-05 11:35           ` Marc Zyngier
2021-11-08 19:35           ` Brad Larson
2021-11-08 19:35             ` Brad Larson
2021-11-08 19:53             ` Marc Zyngier
2021-11-08 19:53               ` Marc Zyngier
2021-11-08 20:01               ` Brad Larson
2021-11-08 20:01                 ` Brad Larson
2021-11-04 22:53     ` Brad Larson
2021-11-04 22:53       ` Brad Larson
2021-11-08 10:25       ` Mark Rutland
2021-11-08 10:25         ` Mark Rutland
2021-11-08 19:02         ` Brad Larson
2021-11-08 19:02           ` Brad Larson
2021-10-27 21:37   ` Rob Herring
2021-10-27 21:37     ` Rob Herring
2021-11-11  2:08     ` Brad Larson
2021-11-11  2:08       ` Brad Larson

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=YXhErvvSfKIBvHae@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=arnd@arndb.de \
    --cc=bgolaszewski@baylibre.com \
    --cc=brad@pensando.io \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fancer.lancer@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=olof@lixom.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.