diff options
author | Uwe Kleine-König <uwe@kleine-koenig.org> | 2019-08-12 23:27:49 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-08-21 18:41:35 +0200 |
commit | 1fef2bf578f084daaebc84435803da3b44f7ac77 (patch) | |
tree | 91329ae9a08ea55ae089ea22a563f295a1be1ba5 | |
parent | abab1cd6c617762adade199c33034d6d744bd28e (diff) | |
download | lwn-1fef2bf578f084daaebc84435803da3b44f7ac77.tar.gz lwn-1fef2bf578f084daaebc84435803da3b44f7ac77.zip |
ARM: dts: at91: Add label for sam9x5's internal RTC
This allows to simplify several machine device trees using this label
instead of duplicating the SoC's hierarchy.
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Link: https://lore.kernel.org/r/20190812212757.23432-1-uwe@kleine-koenig.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index ef47c005ef03..7c2eb93f8cac 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -941,7 +941,7 @@ status = "disabled"; }; - rtc@fffffeb0 { + rtc: rtc@fffffeb0 { compatible = "atmel,at91sam9x5-rtc"; reg = <0xfffffeb0 0x40>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; |