diff mbox series

ARM: dts: at91: sama5d2: add an rtc label for derivated boards

Message ID 20191002145914.14874-1-kamel.bouhara@bootlin.com (mailing list archive)
State Mainlined
Commit 58384f41076da44f934498fc1a96163fc90bd56a
Headers show
Series ARM: dts: at91: sama5d2: add an rtc label for derivated boards | expand

Commit Message

Kamel BOUHARA Oct. 2, 2019, 2:59 p.m. UTC
Add an rtc label so we just need to alias it from derivated boards.

Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
---
 arch/arm/boot/dts/sama5d2.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre Belloni Oct. 3, 2019, 7:53 p.m. UTC | #1
On 02/10/2019 16:59:14+0200, Kamel Bouhara wrote:
> Add an rtc label so we just need to alias it from derivated boards.
> 
> Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
> ---
>  arch/arm/boot/dts/sama5d2.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 2e2c1a7b1d1d..565204816e34 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -689,7 +689,7 @@ 
 				#clock-cells = <0>;
 			};
 
-			rtc@f80480b0 {
+			rtc: rtc@f80480b0 {
 				compatible = "atmel,at91rm9200-rtc";
 				reg = <0xf80480b0 0x30>;
 				interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>;