summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-05-22 15:42:17 -0600
committerSimon Glass <sjg@chromium.org>2015-06-04 03:34:47 -0600
commit52d3bc5d18ea0e3ef78715d9c0c703e458f260a0 (patch)
tree19c4e31fc5155a54fb34d13c75faf824b8e8e50d /arch/sandbox
parentf4d84576a4af251862f9b77693fd84d67e7db542 (diff)
downloadblackbird-obmc-uboot-52d3bc5d18ea0e3ef78715d9c0c703e458f260a0.tar.gz
blackbird-obmc-uboot-52d3bc5d18ea0e3ef78715d9c0c703e458f260a0.zip
sandbox: dts: Add the real-time-clock test nodes back in
These were lost when the PMIC series was applied. Add them back so that the tests pass again. Reported-by: Joe Hershberger <joe.hershberger@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 52ff436027..c25614ab88 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -12,6 +12,8 @@
eth5 = &eth_5;
i2c0 = "/i2c@0";
pci0 = &pci;
+ rtc0 = &rtc_0;
+ rtc1 = &rtc_1;
spi0 = "/spi@0";
testfdt6 = "/e-test";
testbus3 = "/some-bus";
@@ -153,6 +155,22 @@
};
};
+ rtc_0: rtc@43 {
+ reg = <0x43>;
+ compatible = "sandbox-rtc";
+ emul {
+ compatible = "sandbox,i2c-rtc";
+ };
+ };
+
+ rtc_1: rtc@61 {
+ reg = <0x61>;
+ compatible = "sandbox-rtc";
+ emul {
+ compatible = "sandbox,i2c-rtc";
+ };
+ };
+
sandbox_pmic: sandbox_pmic {
reg = <0x40>;
};
OpenPOWER on IntegriCloud