[PATCH 20/22] sandbox: mmc: Support fixed MMC devices
Simon Glass
sjg at chromium.org
Sat Jul 17 22:39:08 CEST 2021
On 7/6/21 7:32 AM, Simon Glass wrote:
> Add support for reading devicetree flags for MMC devices. With this we
> can distinguish between fixed and removable drives. Note that this
> information is only available when the device is probed, not when it is
> bound, since it is read in the of_to_plat() method. This could be changed
> if needed later.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>
Best Regards,
Jaehoon Chung
> ---
>
> arch/sandbox/dts/test.dts | 1 +
> drivers/mmc/sandbox_mmc.c | 24 +++++++++++++++++++++---
> 2 files changed, 22 insertions(+), 3 deletions(-)
>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list