ARM: dts: at91: sama5d2: add an rtc label for derived boards
authorKamel Bouhara <kamel.bouhara@bootlin.com>
Wed, 2 Oct 2019 14:59:14 +0000 (16:59 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 3 Oct 2019 19:52:36 +0000 (21:52 +0200)
Add an rtc label so we just need to alias it from derived boards.

Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
Link: https://lore.kernel.org/r/20191002145914.14874-1-kamel.bouhara@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/sama5d2.dtsi

index 2e2c1a7..5652048 100644 (file)
                                #clock-cells = <0>;
                        };
 
-                       rtc@f80480b0 {
+                       rtc: rtc@f80480b0 {
                                compatible = "atmel,at91rm9200-rtc";
                                reg = <0xf80480b0 0x30>;
                                interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>;