x86: dts: Add device-tree labels for rtc and reset

Add labels for these nodes so that board DT files can reference them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Simon Glass 2019-04-25 21:58:43 -06:00 committed by Bin Meng
parent c0069e9a8a
commit 20d97f33f0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/ {
reset {
reset: reset {
compatible = "x86,reset";
u-boot,dm-pre-reloc;
};

View File

@ -1,5 +1,5 @@
/ {
rtc {
rtc: rtc {
compatible = "motorola,mc146818";
u-boot,dm-pre-reloc;
reg = <0x70 2>;