Re: [PATCH v3 04/20] mmc: am654_sdhci: Add flag for PHY calibration

2021-01-25 Thread Jaehoon Chung
On 1/21/21 9:40 PM, Aswath Govindraju wrote: > From: Faiz Abbas > > Not all controllers need calibration for the PHY DLL. Add a DLL_CALIB > flag to indicate the same. > > Also move the write of trm_icp and driver strength to the set_clock() > function to match the kernel configuration flow. >

[PATCH v3 04/20] mmc: am654_sdhci: Add flag for PHY calibration

2021-01-21 Thread Aswath Govindraju
From: Faiz Abbas Not all controllers need calibration for the PHY DLL. Add a DLL_CALIB flag to indicate the same. Also move the write of trm_icp and driver strength to the set_clock() function to match the kernel configuration flow. Signed-off-by: Faiz Abbas Signed-off-by: Aswath Govindraju