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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxx>
> ---


> @@ -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

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux