From: Simon Glass Date: Fri, 26 Apr 2019 03:58:43 +0000 (-0600) Subject: x86: dts: Add device-tree labels for rtc and reset X-Git-Tag: v2019.07-rc2~14^2~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=20d97f33f02c4239569f61794cef4a970b2280ed;p=oweals%2Fu-boot.git 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 Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/reset.dtsi b/arch/x86/dts/reset.dtsi index f979d83757..555d0dd960 100644 --- a/arch/x86/dts/reset.dtsi +++ b/arch/x86/dts/reset.dtsi @@ -1,5 +1,5 @@ / { - reset { + reset: reset { compatible = "x86,reset"; u-boot,dm-pre-reloc; }; diff --git a/arch/x86/dts/rtc.dtsi b/arch/x86/dts/rtc.dtsi index 1797e042da..d0bbd84e50 100644 --- a/arch/x86/dts/rtc.dtsi +++ b/arch/x86/dts/rtc.dtsi @@ -1,5 +1,5 @@ / { - rtc { + rtc: rtc { compatible = "motorola,mc146818"; u-boot,dm-pre-reloc; reg = <0x70 2>;