]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo
authorRob Herring <robh@kernel.org>
Wed, 13 Dec 2023 22:42:19 +0000 (16:42 -0600)
committerRob Herring <robh@kernel.org>
Tue, 9 Jan 2024 16:56:18 +0000 (10:56 -0600)
The correct property name is 'reg' not 'regs'.

Fixes: ae5c0585dfc2 ("dt-bindings: mmc: Convert sdhci-pxa to json-schema")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231213224219.2191721-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml

index 09455f9fa8deb2fbfb9df8fde684cb3188ef31b8..4869ddef36fd89265a1bfe96bb9663b553ac5084 100644 (file)
@@ -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