mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo
The correct property name is 'reg' not 'regs'.
Fixes: ae5c0585df ("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>
This commit is contained in:
parent
a1499b7541
commit
30e0bbf50a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user