dt-bindings: mmc: fsl-imx-esdhc: change the pinctrl-names rule
Change the pinctrl-names rule to cover all cases. Signed-off-by: Haibo Chen <haibo.chen@nxp.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/1629373938-9226-1-git-send-email-haibo.chen@nxp.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
3f6e276270
commit
4bdda3db47
Documentation/devicetree/bindings/mmc
|
@ -116,12 +116,17 @@ properties:
|
||||||
- const: per
|
- const: per
|
||||||
|
|
||||||
pinctrl-names:
|
pinctrl-names:
|
||||||
minItems: 1
|
oneOf:
|
||||||
items:
|
- minItems: 3
|
||||||
- const: default
|
items:
|
||||||
- const: state_100mhz
|
- const: default
|
||||||
- const: state_200mhz
|
- const: state_100mhz
|
||||||
- const: sleep
|
- const: state_200mhz
|
||||||
|
- const: sleep
|
||||||
|
- minItems: 1
|
||||||
|
items:
|
||||||
|
- const: default
|
||||||
|
- const: sleep
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
|
|
Loading…
Reference in New Issue