-
- Downloads
dm: test: Add a test for the mmc uclass
Add a test to confirm that we can probe this device. Since there is no
MMC stack support in sandbox at present, this is as far as the test goes.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/sandbox/dts/test.dts 4 additions, 0 deletionsarch/sandbox/dts/test.dts
- configs/sandbox_defconfig 1 addition, 0 deletionsconfigs/sandbox_defconfig
- drivers/mmc/Makefile 1 addition, 0 deletionsdrivers/mmc/Makefile
- drivers/mmc/sandbox_mmc.c 25 additions, 0 deletionsdrivers/mmc/sandbox_mmc.c
- test/dm/Makefile 1 addition, 0 deletionstest/dm/Makefile
- test/dm/mmc.c 27 additions, 0 deletionstest/dm/mmc.c
drivers/mmc/sandbox_mmc.c
0 → 100644
test/dm/mmc.c
0 → 100644
Please register or sign in to comment