commit | 3ff634d450274be592165b84e7eb496db34296bf | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Thu Jul 23 09:42:19 2020 +0530 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Aug 20 09:58:59 2020 +0200 |
tree | ca82ec9fb176d871799261c9404f20b0988b3672 | |
parent | c86ce0cc46701b6eb05207f2d9775f21b1f08b83 [diff] |
mmc: sdhci: Enable high speed conditional on the corresponding bit The capabilities register has a field to indicate whether the host supports high speed mode or not. Add high speed host_caps based on this bit instead of enabling it by default. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Michal Simek <michal.simek@xilnx.com> Tested-by: Michal Simek <michal.simek@xilnx.com> (zcu104 with sdhci-caps-mask = <0 0x200000>;)