diff options
author | Peng Fan <peng.fan@nxp.com> | 2021-02-25 11:10:03 +0800 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2021-03-30 11:42:00 +0200 |
commit | d1840f28e12752fc40c087e0a7e168492f021f8f (patch) | |
tree | 9d24a6205790a6f8dcfe8ebfa83a9e0e0fa2f851 /Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | |
parent | f2bdda2ac5ad2d0a025bc2c82c3c0cdc7c1d60fe (diff) | |
download | lwn-d1840f28e12752fc40c087e0a7e168492f021f8f.tar.gz lwn-d1840f28e12752fc40c087e0a7e168492f021f8f.zip |
dt-bindings: mmc: fsl-imx-esdhc: add clock bindings
Add clock bindings for fsl-imx-esdhc yaml
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/1614222604-27066-5-git-send-email-peng.fan@oss.nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml index a7fbd8cc1e38..369471814496 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml @@ -103,6 +103,17 @@ properties: Only eMMC HS400 mode need to take care of this property. default: 0 + clocks: + maxItems: 3 + description: + Handle clocks for the sdhc controller. + + clock-names: + items: + - const: ipg + - const: ahb + - const: per + pinctrl-names: minItems: 1 maxItems: 4 |