* Ulf Hansson <ulf.hansson@xxxxxxxxxx> [210923 18:43]: > On Tue, 21 Sept 2021 at 13:00, Tony Lindgren <tony@xxxxxxxxxxx> wrote: > > --- a/drivers/mmc/host/sdhci-omap.c > > +++ b/drivers/mmc/host/sdhci-omap.c > > @@ -1213,6 +1213,11 @@ static int sdhci_omap_probe(struct platform_device *pdev) > > if (of_find_property(dev->of_node, "dmas", NULL)) > > sdhci_switch_external_dma(host, true); > > > > + if (device_property_read_bool(dev, "ti,non-removable")) { > > + dev_warn_once(dev, "using old ti,non-removable property\n"); > > Perhaps we should document this property for sdhci-omap and thus also > set it as deprecated. What do you think? Yes good idea, I'll send a patch for that. Regards, Tony