git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3861d78
)
test: add sandbox timer to test.dts
author
Thomas Chou
<thomas@wytron.com.tw>
Fri, 11 Dec 2015 08:27:34 +0000
(16:27 +0800)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/test.dts
b/arch/sandbox/dts/test.dts
index
b6d9a15
..
2e0d320
100644
(file)
--- 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;