projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1499b7
)
dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo
author
Rob Herring
<robh@kernel.org>
Wed, 13 Dec 2023 22:42:19 +0000
(16:42 -0600)
committer
Rob 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
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml
b/Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml
index 09455f9fa8deb2fbfb9df8fde684cb3188ef31b8..4869ddef36fd89265a1bfe96bb9663b553ac5084 100644
(file)
--- 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:
- reg
s
:
+ reg:
minItems: 3
reg-names:
minItems: 3
@@
-26,7
+26,7
@@
allOf:
- reg-names
else:
properties:
- reg
s
:
+ reg:
maxItems: 1
reg-names:
maxItems: 1