mmc: sdhci-omap: Parse legacy ti,non-removable property
authorTony Lindgren <tony@atomide.com>
Tue, 21 Sep 2021 11:00:28 +0000 (14:00 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 12 Oct 2021 08:21:18 +0000 (10:21 +0200)
commit3781d28805eca89796fd50af8e05569c210fc87d
tree155a0ac462e6782181eb96e92e56085cb9649857
parent53f9460e0883b029b7e93716d2f44f512c1efe94
mmc: sdhci-omap: Parse legacy ti,non-removable property

We need to support the legacy ti,non-removable property too. Let's warn
about the legacy property and mark the device as non-removable.

Naturally all the mainline kernel devicetree files will get updated to use
the standard non-removable property with the sdhci-omap conversion. But we
also have folks updating their kernels with custom devicetree files that
we need to consider.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20210921110029.21944-5-tony@atomide.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-omap.c