devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo
@ 2023-12-13 22:42 Rob Herring
  2023-12-14  7:42 ` Krzysztof Kozlowski
  2024-01-02 16:30 ` Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Rob Herring @ 2023-12-13 22:42 UTC (permalink / raw)
  To: Ulf Hansson, Krzysztof Kozlowski, Conor Dooley, Lubomir Rintel
  Cc: linux-mmc, devicetree, linux-kernel

The correct property name is 'reg' not 'regs'.

Fixes: ae5c0585dfc2 ("dt-bindings: mmc: Convert sdhci-pxa to json-schema")
Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml b/Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml
index 09455f9fa8de..4869ddef36fd 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml
+++ b/Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml
@@ -18,7 +18,7 @@ allOf:
             const: marvell,armada-380-sdhci
     then:
       properties:
-        regs:
+        reg:
           minItems: 3
         reg-names:
           minItems: 3
@@ -26,7 +26,7 @@ allOf:
         - reg-names
     else:
       properties:
-        regs:
+        reg:
           maxItems: 1
         reg-names:
           maxItems: 1
-- 
2.43.0


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

* Re: [PATCH] dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo
  2023-12-13 22:42 [PATCH] dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo Rob Herring
@ 2023-12-14  7:42 ` Krzysztof Kozlowski
  2024-01-02 16:30 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-12-14  7:42 UTC (permalink / raw)
  To: Rob Herring, Ulf Hansson, Krzysztof Kozlowski, Conor Dooley,
	Lubomir Rintel
  Cc: linux-mmc, devicetree, linux-kernel

On 13/12/2023 23:42, Rob Herring wrote:
> The correct property name is 'reg' not 'regs'.
> 
> Fixes: ae5c0585dfc2 ("dt-bindings: mmc: Convert sdhci-pxa to json-schema")
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo
  2023-12-13 22:42 [PATCH] dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo Rob Herring
  2023-12-14  7:42 ` Krzysztof Kozlowski
@ 2024-01-02 16:30 ` Rob Herring
  2024-01-02 16:55   ` Ulf Hansson
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2024-01-02 16:30 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, Conor Dooley, devicetree, linux-mmc,
	linux-kernel, Lubomir Rintel, Ulf Hansson


On Wed, 13 Dec 2023 16:42:19 -0600, Rob Herring wrote:
> The correct property name is 'reg' not 'regs'.
> 
> Fixes: ae5c0585dfc2 ("dt-bindings: mmc: Convert sdhci-pxa to json-schema")
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied, thanks!


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

* Re: [PATCH] dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo
  2024-01-02 16:30 ` Rob Herring
@ 2024-01-02 16:55   ` Ulf Hansson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2024-01-02 16:55 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, Conor Dooley, devicetree, linux-mmc,
	linux-kernel, Lubomir Rintel

On Tue, 2 Jan 2024 at 17:30, Rob Herring <robh@kernel.org> wrote:
>
>
> On Wed, 13 Dec 2023 16:42:19 -0600, Rob Herring wrote:
> > The correct property name is 'reg' not 'regs'.
> >
> > Fixes: ae5c0585dfc2 ("dt-bindings: mmc: Convert sdhci-pxa to json-schema")
> > Signed-off-by: Rob Herring <robh@kernel.org>
> > ---
> >  Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
>
> Applied, thanks!

I was just about to apply this, sorry for the delay. Anyway, let's
keep this in your tree this time.

Kind regards
Uffe

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

end of thread, other threads:[~2024-01-02 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13 22:42 [PATCH] dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo Rob Herring
2023-12-14  7:42 ` Krzysztof Kozlowski
2024-01-02 16:30 ` Rob Herring
2024-01-02 16:55   ` 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).