mmc: Allow for children other than the block device
authorSimon Glass <sjg@chromium.org>
Sat, 23 Oct 2021 23:26:00 +0000 (17:26 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 28 Nov 2021 23:51:51 +0000 (16:51 -0700)
commitce34a6653f15ae2a342805e384370325625f9f1a
tree15dd582229b49edeef0e72d8a872575633c415af
parent0bf61aced283a4ec256f1d8fe919e8890da2191c
mmc: Allow for children other than the block device

At present the MMC uclass assumes that the only child it can have is a
block device. Update this so we can add a bootmethod too.

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