]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:51 +0000 (13:50 +0200)
commitc90dbc62be41eca4acafe05806b75b954c47eb21
treebf1aa93053287563b485f5b45ad367457fdff4b6
parent6c2469de7ba53566bc478faf05ccb52803ecf037
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