]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
test: add sandbox timer to test.dts
authorThomas Chou <thomas@wytron.com.tw>
Fri, 11 Dec 2015 08:27:34 +0000 (16:27 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 7 Jan 2016 17:27:07 +0000 (10:27 -0700)
Add missing sandbox timer to test.dts, so that test-dm works.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts

index b6d9a15da4a78782da6c5ebf95d6d37e1041c065..2e0d320b1e48d4c9b37a4d600c91d63b98afec76 100644 (file)
                        0x38 8>;
        };
 
+       timer {
+               compatible = "sandbox,timer";
+               clock-frequency = <1000000>;
+       };
+
        uart0: serial {
                compatible = "sandbox,serial";
                u-boot,dm-pre-reloc;