diff options
| author | Kunihiko Hayashi <[email protected]> | 2023-02-13 04:52:33 +0000 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2023-02-15 12:24:03 +0000 |
| commit | cb7f0901713930896362c2085a04a840b8ddb572 (patch) | |
| tree | c59c2f581bc11009dab70e4f07dcddb136125b7f | |
| parent | mmc: meson-gx: remove meson_mmc_get_cd (diff) | |
| download | kernel-cb7f0901713930896362c2085a04a840b8ddb572.tar.gz kernel-cb7f0901713930896362c2085a04a840b8ddb572.zip | |
dt-bindings: mmc: Add resets property to cadence SDHCI binding
Cadence SDHCI controller allows reset control support on UniPhier SoC.
Add resets property to cadence SDHCI binding.
Signed-off-by: Kunihiko Hayashi <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml index d3dce4d6c168..adacd0535c14 100644 --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml @@ -29,6 +29,9 @@ properties: clocks: maxItems: 1 + resets: + maxItems: 1 + # PHY DLL input delays: # They are used to delay the data valid window, and align the window to # sampling clock. The delay starts from 5ns (for delay parameter equal to 0) |
