[PATCH v3 3/8] mmc: zynq_sdhci: Move macro to the top
Jaehoon Chung
jh80.chung at samsung.com
Mon Oct 26 22:38:02 CET 2020
On 10/26/20 8:42 PM, Michal Simek wrote:
> Just group macros below headers. Other patches will be using this location
> too.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma at xilinx.com>
> Reviewed-by: Peng Fan <peng.fan at nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>
Best Regards,
Jaehoon Chung
> ---
>
> (no changes since v1)
>
> drivers/mmc/zynq_sdhci.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mmc/zynq_sdhci.c b/drivers/mmc/zynq_sdhci.c
> index 4f62bd008d24..998a38450680 100644
> --- a/drivers/mmc/zynq_sdhci.c
> +++ b/drivers/mmc/zynq_sdhci.c
> @@ -19,6 +19,8 @@
> #include <sdhci.h>
> #include <zynqmp_tap_delay.h>
>
> +#define SDHCI_TUNING_LOOP_COUNT 40
> +
> struct arasan_sdhci_plat {
> struct mmc_config cfg;
> struct mmc mmc;
> @@ -46,8 +48,6 @@ static const u8 mode2timing[] = {
> [MMC_HS_200] = MMC_TIMING_MMC_HS200,
> };
>
> -#define SDHCI_TUNING_LOOP_COUNT 40
> -
> static void arasan_zynqmp_dll_reset(struct sdhci_host *host, u8 deviceid)
> {
> u16 clk;
>
More information about the U-Boot
mailing list