]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: test: Add a test for the mmc uclass
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:32 +0000 (12:54 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:32 +0000 (17:39 -0600)
commit8e6cc46178f9eecada860f7a8f14672e6a94c2de
treeb8e6f119cfe9ad6bb04240eec875be3f6007b7fc
parent64ce0cad9e04aab19eb4c3f61333b203548281a7
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>
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
drivers/mmc/Makefile
drivers/mmc/sandbox_mmc.c [new file with mode: 0644]
test/dm/Makefile
test/dm/mmc.c [new file with mode: 0644]