diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-03-08 18:57:35 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-03-23 21:58:32 +0300 |
commit | eb74f47bb6b0c0494d7c90491ee321f3b699f93f (patch) | |
tree | 18a522994848d26ff6ce7af2d27fe2622fcd6cee /Documentation/devicetree/bindings/rtc | |
parent | 64a6497017843fc23d4c18542bdd4cfcca7878c9 (diff) | |
download | linux-eb74f47bb6b0c0494d7c90491ee321f3b699f93f.tar.xz |
dt-bindings: rtc: at91: rename rtt bindings file
atmel,at91sam9-rtc is a confusing name for this file as it is documenting
the RTT used as an RTC and not the other regular RTC (atmel,at91rm9200-rtc
and atmel,at91sam9x5-rtc)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220308155735.54146-1-alexandre.belloni@bootlin.com
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml (renamed from Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml index e5c3c384e172..0ef1b7ff4a77 100644 --- a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml @@ -2,7 +2,7 @@ # Copyright (C) 2022 Microchip Technology, Inc. and its subsidiaries %YAML 1.2 --- -$id: http://devicetree.org/schemas/rtc/atmel,at91sam9-rtc.yaml# +$id: http://devicetree.org/schemas/rtc/atmel,at91sam9260-rtt.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Atmel AT91 RTT Device Tree Bindings |