summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorFaiz Abbas2019-06-04 08:09:12 +0200
committerUlf Hansson2019-06-17 12:02:58 +0200
commit99909b55f2982e548f594e8c8e2310b50d3254ce (patch)
tree6101b1c2fa8f3763682d6d37a24750e111c023ef /drivers/mmc/host/Makefile
parentdt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on ... (diff)
downloadkernel-qcow2-linux-99909b55f2982e548f594e8c8e2310b50d3254ce.tar.gz
kernel-qcow2-linux-99909b55f2982e548f594e8c8e2310b50d3254ce.tar.xz
kernel-qcow2-linux-99909b55f2982e548f594e8c8e2310b50d3254ce.zip
mmc: sdhci_am654: Add Support for 8 bit IP on J721E
The 8 bit IP on the TI's J721E device departs from the AM654x IP in some ways which require special handling. Create a driver_data structure which holds the pltfm_data and a flags field which is used to indicate these differences. These are the following: 1. The pins are not muxed with anything else inside the SoC and hence the IOMUX_ENABLE field does not exist. Add a flag which is used to indicate the presence of the field. 2. The register field used to select DLL frequency is 3 bit wide as compared to 2 bits in AM65x. Add another flag which differentiates between 3 bit and 2 bit fields. 3. The strobe select field is 8 bit wide as compared to 4 bits for AM65x. Add yet another flag to indicate this difference. Strobe select is used only for HS400 speed mode, support for which has not yet been added in AM65x. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
0 files changed, 0 insertions, 0 deletions