diff options
author | Rob Herring <robh@kernel.org> | 2023-12-13 23:42:19 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2024-01-09 17:56:18 +0100 |
commit | 30e0bbf50a704750d86c986744b7fb1e6f4c3c1d (patch) | |
tree | a4d39ee98c867f5dcf2953dd943711772c8c675c /Documentation/devicetree/bindings/mmc | |
parent | media: dt-bindings: samsung,s5p-mfc: Fix iommu properties schemas (diff) | |
download | linux-30e0bbf50a704750d86c986744b7fb1e6f4c3c1d.tar.xz linux-30e0bbf50a704750d86c986744b7fb1e6f4c3c1d.zip |
dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo
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>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml | 4 |
1 files 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 |