Re: [PATCH v3 05/20] mmc: am654_sdhci: Add support for AM65x SR2.0

2021-01-28 Thread Aswath Govindraju
Hi Jaehoon, On 26/01/21 3:49 am, Jaehoon Chung wrote: > On 1/21/21 9:40 PM, Aswath Govindraju wrote: >> From: Faiz Abbas >> >> Add Support for AM65x PG2.0. Use the SoC bus framework to fixup >> the platform data and do DLL calibration if the revision is 1.0 > > Is there no method to get the

Re: [PATCH v3 05/20] mmc: am654_sdhci: Add support for AM65x SR2.0

2021-01-25 Thread Jaehoon Chung
On 1/21/21 9:40 PM, Aswath Govindraju wrote: > From: Faiz Abbas > > Add Support for AM65x PG2.0. Use the SoC bus framework to fixup > the platform data and do DLL calibration if the revision is 1.0 Is there no method to get the revision from H/W? If not, looks good tome. > > Signed-off-by:

[PATCH v3 05/20] mmc: am654_sdhci: Add support for AM65x SR2.0

2021-01-21 Thread Aswath Govindraju
From: Faiz Abbas Add Support for AM65x PG2.0. Use the SoC bus framework to fixup the platform data and do DLL calibration if the revision is 1.0 Signed-off-by: Faiz Abbas Signed-off-by: Aswath Govindraju --- drivers/mmc/am654_sdhci.c | 30 ++ 1 file changed, 30