Re: [PATCH] mmc: mv_sdhci: parse device-tree entry

2021-02-08 Thread Stefan Roese
On 02.02.21 07:43, Baruch Siach wrote: Call mmc_of_parse() so that generic DT properties like 'non-removable' are taken into account. This fixes boot on Clearfog with eMMC on SOM that requires the non-removable property. Reported-by: Thorsten Spille Signed-off-by: Baruch Siach Applied to u-

Re: [PATCH] mmc: mv_sdhci: parse device-tree entry

2021-02-04 Thread Marek BehĂșn
Reviewed-by: Marek BehĂșn

Re: [PATCH] mmc: mv_sdhci: parse device-tree entry

2021-02-02 Thread Jaehoon Chung
On 2/2/21 3:43 PM, Baruch Siach wrote: > Call mmc_of_parse() so that generic DT properties like 'non-removable' > are taken into account. > > This fixes boot on Clearfog with eMMC on SOM that requires the > non-removable property. > > Reported-by: Thorsten Spille > Signed-off-by: Baruch Siach

[PATCH] mmc: mv_sdhci: parse device-tree entry

2021-02-01 Thread Baruch Siach
Call mmc_of_parse() so that generic DT properties like 'non-removable' are taken into account. This fixes boot on Clearfog with eMMC on SOM that requires the non-removable property. Reported-by: Thorsten Spille Signed-off-by: Baruch Siach --- drivers/mmc/mv_sdhci.c | 4 1 file changed, 4