提交 b0014b64 编写于 作者: B Bin Meng 提交者: Simon Glass

x86: crownbay: Enable DM RTC support

Add a RTC node in the device tree to enable DM RTC support.
Signed-off-by: NBin Meng <bmeng.cn@gmail.com>
Acked-by: NSimon Glass <sjg@chromium.org>
上级 ffe38798
......@@ -10,6 +10,7 @@
/include/ "skeleton.dtsi"
/include/ "serial.dtsi"
/include/ "rtc.dtsi"
/ {
model = "Intel Crown Bay";
......
/ {
rtc {
compatible = "motorola,mc146818";
reg = <0x70 2>;
};
};
......@@ -18,3 +18,4 @@ CONFIG_CPU=y
CONFIG_SPI_FLASH=y
CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_SYS_VSNPRINTF=y
CONFIG_DM_RTC=y
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册