This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
0
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
81aaa3d9fc
u-boot
/
arch
/
x86
/
dts
/
rtc.dtsi
8 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
x86: crownbay: Enable DM RTC support Add a RTC node in the device tree to enable DM RTC support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
2015-06-23 04:18:43 +00:00
/ {
rtc {
compatible = "motorola,mc146818";
x86: Enable DM RTC support for all x86 boards Add a RTC node in the device tree to enable DM RTC support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> (Squashed in 'x86: Fix RTC build error on ivybridge')
2015-07-15 08:23:39 +00:00
u-boot,dm-pre-reloc;
x86: crownbay: Enable DM RTC support Add a RTC node in the device tree to enable DM RTC support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
2015-06-23 04:18:43 +00:00
reg = <0x70 2>;
};
};
Reference in New Issue
Copy Permalink