diff mbox series

dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo

Message ID 20231213224219.2191721-1-robh@kernel.org (mailing list archive)
State New
Headers show
Series dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo | expand

Commit Message

Rob Herring (Arm) Dec. 13, 2023, 10:42 p.m. UTC
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(-)

Comments

Krzysztof Kozlowski Dec. 14, 2023, 7:42 a.m. UTC | #1
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
Rob Herring (Arm) Jan. 2, 2024, 4:30 p.m. UTC | #2
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!
Ulf Hansson Jan. 2, 2024, 4:55 p.m. UTC | #3
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
diff mbox series

Patch

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