Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Uwe Kleine-König and committed by
Alexandre Belloni
1fef2bf5 abab1cd6

+1 -1
+1 -1
arch/arm/boot/dts/at91sam9x5.dtsi
··· 941 941 status = "disabled"; 942 942 }; 943 943 944 - rtc@fffffeb0 { 944 + rtc: rtc@fffffeb0 { 945 945 compatible = "atmel,at91sam9x5-rtc"; 946 946 reg = <0xfffffeb0 0x40>; 947 947 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;