[PATCH 05/12] mci: mmci: add DT support

Sam Ravnborg sam at ravnborg.org
Sat Sep 16 06:37:26 PDT 2017


Hi Lucas.

On Fri, Sep 15, 2017 at 10:39:15AM +0200, Lucas Stach wrote:
> Just adds the minimal implementation to fill platform_data from
> the DT properties with Linux binding.
> 
> Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
> ---


> @@ -625,7 +658,7 @@ static int mmci_probe(struct amba_device *dev, const struct amba_id *id)
>  	host->mci.max_req_size = (1 << variant->datalength_bits) - 1;
>  
>  	host->mci.host_caps = plat->capabilities;
> -	host->mci.voltages = plat->ocr_mask;
> +	host->mci.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | plat->ocr_mask;

This change is not justified in the changelog?!?


	Sam



More information about the barebox mailing list