diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-04-08 16:21:04 +0900 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2020-05-28 11:20:57 +0200 |
commit | 2941e4ca2057d6ebba1d93ff1930c6e4c18b63fb (patch) | |
tree | e2c669ff72452d881426f5b0937c1fc86a8af6ac /drivers/vlynq | |
parent | 4908460ef16e1a5b7597c2a9871661e827ef8ee7 (diff) |
mmc: sdhci: move SDHCI_CAPABILITIES_1 to a more suitable place
In the SDHCI specification, the Capabilities Register (Offset 0x40h)
is the 64-bit width register, but in Linux, it is represented as two
registers, SDHCI_CAPABILITIES and SDHCI_CAPABILITIES_1 so that drivers
can use 32-bit register accessors.
The upper 32-bit field is associated with SDHCI_CAPABILITIES_1.
Move the definition of SDHCI_CAPABILITIES_1 to the correct place.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20200408072105.422-1-yamada.masahiro@socionext.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/vlynq')
0 files changed, 0 insertions, 0 deletions