diff options
author | Peng Fan <peng.fan@nxp.com> | 2021-02-25 11:10:00 +0800 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2021-03-30 11:41:59 +0200 |
commit | f2bdda2ac5ad2d0a025bc2c82c3c0cdc7c1d60fe (patch) | |
tree | 8e0c262c329fcfea3f2ca0b4fabacaf86a450040 /Documentation | |
parent | 0d856c4c68c639f96cb12c26aaeb906353b9a76e (diff) | |
download | linux-stable-f2bdda2ac5ad2d0a025bc2c82c3c0cdc7c1d60fe.tar.gz linux-stable-f2bdda2ac5ad2d0a025bc2c82c3c0cdc7c1d60fe.tar.bz2 linux-stable-f2bdda2ac5ad2d0a025bc2c82c3c0cdc7c1d60fe.zip |
dt-bindings: mmc: fsl-imx-esdhc: add pinctrl bindings
Add pinctrl bindings for fsl-imx-esdhc yaml
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/1614222604-27066-2-git-send-email-peng.fan@oss.nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml index 802c9df23752..a7fbd8cc1e38 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml @@ -103,6 +103,15 @@ properties: Only eMMC HS400 mode need to take care of this property. default: 0 + pinctrl-names: + minItems: 1 + maxItems: 4 + items: + - const: default + - const: state_100mhz + - const: state_200mhz + - const: sleep + required: - compatible - reg |