commit | 8c93a9c027654e21870a0817a1a8eb8f49c6c1e5 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed May 05 10:06:24 2021 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Sat Jul 10 01:22:09 2021 +0100 |
tree | 594683451047430bfd944eaebff13d346948d9d1 | |
parent | b8816f0765a822d4c2ac13eaa1bdd39b946bd013 [diff] |
mmc: sunxi: Cleanup and fix self-calibration code Newer SoCs have a self calibration feature, which avoids us writing hard coded phase delay values into the controller. Consolidate the code by avoiding unnecessary #ifdefs, and also enabling the feature for all those newer SoCs. Signed-off-by: Andre Przywara <andre.przywara@arm.com>