diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-12-11 16:27:34 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-07 10:27:07 -0700 |
commit | e7cc8d11ad41f4bed7ba0532285091e9a42a7348 (patch) | |
tree | 7b078f60895fd4d59e175b13805f606fd8604907 /arch/sandbox | |
parent | 3861d784b1a470570a0098ac5c25d79e3073c0d9 (diff) | |
download | u-boot-imx-e7cc8d11ad41f4bed7ba0532285091e9a42a7348.zip u-boot-imx-e7cc8d11ad41f4bed7ba0532285091e9a42a7348.tar.gz u-boot-imx-e7cc8d11ad41f4bed7ba0532285091e9a42a7348.tar.bz2 |
test: add sandbox timer to test.dts
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>
Diffstat (limited to 'arch/sandbox')
-rw-r--r-- | arch/sandbox/dts/test.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index b6d9a15..2e0d320 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; |