commit | f85c0912b66c503074fa28914edef144d0052922 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed May 05 09:57:47 2021 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Sat Jul 10 01:22:09 2021 +0100 |
tree | 06100ecdeddfa246d2dba4c4d3e0d29e1ef5f86e | |
parent | 937ee31e32ee79393bbba29cdf2543e9020a2e88 [diff] |
mmc: sunxi: Cleanup "new timing mode" selection Among the SoCs using the "new timing mode", only the A83T needs to explicitly switch to that mode. By just defining the symbol for that one odd A83T bit to 0 for any other SoCs, we can always OR that in, and save the confusing nested #ifdefs. Clean up the also confusing new_mode setting on the way. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>