x86: Enable DM RTC support for all x86 boards
authorBin Meng <bmeng.cn@gmail.com>
Wed, 15 Jul 2015 08:23:39 +0000 (16:23 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jul 2015 16:36:22 +0000 (10:36 -0600)
commit93f8a31186c9ff65aaf0dcf5410976df5d269c46
tree07c2afb462b5f57cb28dc1c89c50d9b16ef194db
parent8ba25eec868aa40a42360397ec57f74fcaec3103
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')
14 files changed:
arch/x86/cpu/ivybridge/lpc.c
arch/x86/cpu/ivybridge/sdram.c
arch/x86/dts/chromebook_link.dts
arch/x86/dts/chromebox_panther.dts
arch/x86/dts/galileo.dts
arch/x86/dts/minnowmax.dts
arch/x86/dts/qemu-x86_i440fx.dts
arch/x86/dts/qemu-x86_q35.dts
arch/x86/dts/rtc.dtsi
configs/chromebook_link_defconfig
configs/chromebox_panther_defconfig
configs/galileo_defconfig
configs/minnowmax_defconfig
configs/qemu-x86_defconfig