mmc: zynq_sdhci: Dll reset only for ZynqMP platform
authorAshok Reddy Soma <ashok.reddy.soma@amd.com>
Mon, 10 Jul 2023 12:11:59 +0000 (14:11 +0200)
committerMichal Simek <michal.simek@amd.com>
Fri, 21 Jul 2023 07:00:38 +0000 (09:00 +0200)
commit752e4b6c8efb5bd624f316f7a9686d9956d55dd7
tree96eb35584990a94d034cd89123e19cf690d6c135
parent174d728471d50415fb60f4bcb560d0552591dfba
mmc: zynq_sdhci: Dll reset only for ZynqMP platform

Dll reset is needed only for ZynqMP platforms, add condition in tuning
to call arasan_zynqmp_dll_reset() just for ZynqMP platforms.

On other platforms like Versal NET, If this condition is not added, we
see PLM error messages when dll reset smc is called.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/d673ff3bdc5c236a7f0403c920e719684abd6059.1688991117.git.michal.simek@amd.com
drivers/mmc/zynq_sdhci.c