Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -2
+2 -2
Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml
··· 18 18 const: marvell,armada-380-sdhci 19 19 then: 20 20 properties: 21 - regs: 21 + reg: 22 22 minItems: 3 23 23 reg-names: 24 24 minItems: 3 ··· 26 26 - reg-names 27 27 else: 28 28 properties: 29 - regs: 29 + reg: 30 30 maxItems: 1 31 31 reg-names: 32 32 maxItems: 1