diff options
author | Kamel Bouhara <kamel.bouhara@bootlin.com> | 2019-10-02 17:59:14 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-10-03 22:52:36 +0300 |
commit | 58384f41076da44f934498fc1a96163fc90bd56a (patch) | |
tree | 396be95fd82e615d5b38b2af2f3132af767f0bbf /arch/arm/boot/dts/sama5d2.dtsi | |
parent | acd743bfe8d98027fc78bc1692b903b5c84b9ec1 (diff) | |
download | linux-58384f41076da44f934498fc1a96163fc90bd56a.tar.xz |
ARM: dts: at91: sama5d2: add an rtc label for derived boards
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |