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