]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: pci_mmc: Set up the card detect
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:08 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 00:59:37 +0000 (13:59 +1300)
commit326aae258925b689b04dbd782a7e5e76e4eaf864
tree6fc2e9cb602afea5e6cad3b7fd42f8ac81166fdb
parent42ee0cd216e54a567fa8a1459ef9ebbf34272207
mmc: pci_mmc: Set up the card detect

The driver currently reads the card-detect but does not register it with
the MMC stack. Update this so that card-detect works as expected.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/pci_mmc.c