Skip to content

Commit c656c99

Browse files
LegoLivesMatterUlf Hansson
authored andcommitted
dt-bindings: mmc: sdhci-pxa: Add minItems to pinctrl-names
Some older boards only require a default pinctrl. Add a minItems property so these don't cause dt-validate warnings. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202509030625.PBgLIAwG-lkp@intel.com/ Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz> Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent c2ef7a0 commit c656c99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ allOf:
4444
items:
4545
- const: default
4646
- const: state_cmd_gpio
47+
minItems: 1
4748

4849
pinctrl-1:
4950
description:
@@ -61,6 +62,7 @@ allOf:
6162
items:
6263
- const: default
6364
- const: state_uhs
65+
minItems: 1
6466

6567
pinctrl-1:
6668
description:

0 commit comments

Comments
 (0)