summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-06 12:54:32 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:32 -0600
commit8e6cc46178f9eecada860f7a8f14672e6a94c2de (patch)
treeb8e6f119cfe9ad6bb04240eec875be3f6007b7fc /arch
parent64ce0cad9e04aab19eb4c3f61333b203548281a7 (diff)
downloadtalos-obmc-uboot-8e6cc46178f9eecada860f7a8f14672e6a94c2de.tar.gz
talos-obmc-uboot-8e6cc46178f9eecada860f7a8f14672e6a94c2de.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index cdc2a7b2ef..2077e851a6 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -180,6 +180,10 @@
};
};
+ mmc {
+ compatible = "sandbox,mmc";
+ };
+
pci: pci-controller {
compatible = "sandbox,pci";
device_type = "pci";
OpenPOWER on IntegriCloud