From e7cc8d11ad41f4bed7ba0532285091e9a42a7348 Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Fri, 11 Dec 2015 16:27:34 +0800 Subject: test: add sandbox timer to test.dts Add missing sandbox timer to test.dts, so that test-dm works. Signed-off-by: Thomas Chou Acked-by: Simon Glass Tested-by: Simon Glass --- arch/sandbox/dts/test.dts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch') diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index b6d9a15da4..2e0d320b1e 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -279,6 +279,11 @@ 0x38 8>; }; + timer { + compatible = "sandbox,timer"; + clock-frequency = <1000000>; + }; + uart0: serial { compatible = "sandbox,serial"; u-boot,dm-pre-reloc; -- cgit v1.2.1