Re: [PATCH 2/2] mmc: sdhci_am654: Add Support for TI's AM64 SoC

2021-01-13 Thread Aswath Govindraju
Hi, On 13/01/21 5:29 pm, Aswath Govindraju wrote: > From: Faiz Abbas > > Add support for the controller present on the AM64x SoC. > > There are instances: > sdhci0: 8bit bus width, max 400 MBps > sdhci1: 4bit bus width, max 100 MBps > > Signed-off-by: Faiz Abbas > Signed-off-by: Vignesh Ragha

[PATCH 2/2] mmc: sdhci_am654: Add Support for TI's AM64 SoC

2021-01-13 Thread Aswath Govindraju
From: Faiz Abbas Add support for the controller present on the AM64x SoC. There are instances: sdhci0: 8bit bus width, max 400 MBps sdhci1: 4bit bus width, max 100 MBps Signed-off-by: Faiz Abbas Signed-off-by: Vignesh Raghavendra Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Aswath Go