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

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>

authored by

Haibo Chen and committed by
Ulf Hansson
4bdda3db 3f6e2762

+11 -6
+11 -6
Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
··· 116 116 - const: per 117 117 118 118 pinctrl-names: 119 - minItems: 1 120 - items: 121 - - const: default 122 - - const: state_100mhz 123 - - const: state_200mhz 124 - - const: sleep 119 + oneOf: 120 + - minItems: 3 121 + items: 122 + - const: default 123 + - const: state_100mhz 124 + - const: state_200mhz 125 + - const: sleep 126 + - minItems: 1 127 + items: 128 + - const: default 129 + - const: sleep 125 130 126 131 required: 127 132 - compatible