From 64ce0cad9e04aab19eb4c3f61333b203548281a7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 6 Jul 2015 12:54:31 -0600 Subject: dm: test: Add a test for the ram uclass Add a test to confirm that we can probe this device and get information on the available RAM. Signed-off-by: Simon Glass --- arch/sandbox/dts/test.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/sandbox') diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 79b017598c..cdc2a7b2ef 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -196,6 +196,10 @@ }; }; + ram { + compatible = "sandbox,ram"; + }; + reset@0 { compatible = "sandbox,warm-reset"; }; -- cgit v1.2.1