diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-07-15 08:23:39 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-28 16:36:22 (GMT) |
commit | 93f8a31186c9ff65aaf0dcf5410976df5d269c46 (patch) | |
tree | 07c2afb462b5f57cb28dc1c89c50d9b16ef194db /arch/x86/dts/rtc.dtsi | |
parent | 8ba25eec868aa40a42360397ec57f74fcaec3103 (diff) | |
download | u-boot-93f8a31186c9ff65aaf0dcf5410976df5d269c46.tar.xz |
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')
Diffstat (limited to 'arch/x86/dts/rtc.dtsi')
-rw-r--r-- | arch/x86/dts/rtc.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/rtc.dtsi b/arch/x86/dts/rtc.dtsi index 93dacd7..1797e04 100644 --- a/arch/x86/dts/rtc.dtsi +++ b/arch/x86/dts/rtc.dtsi @@ -1,6 +1,7 @@ / { rtc { compatible = "motorola,mc146818"; + u-boot,dm-pre-reloc; reg = <0x70 2>; }; }; |