On Mon, 18 Nov 2019 at 11:47, Ivan Mikhaylov <i.mikhaylov@xxxxxxxxx> wrote: > > Enable CONFIG_MMC_SDHCI_IO_ACCESSORS on the aspeed board. The read_l > callback is used for inverted card detection. > > Signed-off-by: Ivan Mikhaylov <i.mikhaylov@xxxxxxxxx> Applied for next, updating the changelog according to Andrew's comments, thanks! Kind regards Uffe > > diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig > index 49ea02c467bf..c9c1bb722368 100644 > --- a/drivers/mmc/host/Kconfig > +++ b/drivers/mmc/host/Kconfig > @@ -159,6 +159,7 @@ config MMC_SDHCI_OF_ASPEED > tristate "SDHCI OF support for the ASPEED SDHCI controller" > depends on MMC_SDHCI_PLTFM > depends on OF && OF_ADDRESS > + select MMC_SDHCI_IO_ACCESSORS > help > This selects the ASPEED Secure Digital Host Controller Interface. > > -- > 2.20.1 >