diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-06-23 12:18:43 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-14 18:03:16 -0600 |
commit | b0014b6423574780cdcb9a76478be0c1f83f7990 (patch) | |
tree | 28c700150e3c40bd5606a44702e1dd171fc28a2b /arch/x86/dts/crownbay.dts | |
parent | ffe387988d598f14b5cfc17b07c6dc61d8b7fa16 (diff) | |
download | u-boot-b0014b6423574780cdcb9a76478be0c1f83f7990.tar.gz |
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>
Diffstat (limited to 'arch/x86/dts/crownbay.dts')
-rw-r--r-- | arch/x86/dts/crownbay.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts index 1ec90cda18..87ed0f4f19 100644 --- a/arch/x86/dts/crownbay.dts +++ b/arch/x86/dts/crownbay.dts @@ -10,6 +10,7 @@ /include/ "skeleton.dtsi" /include/ "serial.dtsi" +/include/ "rtc.dtsi" / { model = "Intel Crown Bay"; |