
17 Jul
2021
17 Jul
'21
10:39 p.m.
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@chromium.org
Reviewed-by: Jaehoon Chung jh80.chung@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!