diff options
author | Varshini Rajendran <varshini.rajendran@microchip.com> | 2023-07-28 12:27:10 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2023-08-17 01:15:46 +0200 |
commit | 0197a7cb44872e49919b0068a512aaf4e06f1850 (patch) | |
tree | bffc02c4ee92fbe25af69e9455d4ccac530d6555 /Documentation | |
parent | rtc: da9063: Mark the alarm IRQ as a wake IRQ (diff) | |
download | linux-0197a7cb44872e49919b0068a512aaf4e06f1850.tar.xz linux-0197a7cb44872e49919b0068a512aaf4e06f1850.zip |
dt-bindings: rtc: at91rm9200: add sam9x7 compatible
Add compatible for SAM9X7 RTC.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230728102710.266457-1-varshini.rajendran@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml index 4d2bef15fb7a..c8bb2eef442d 100644 --- a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml @@ -14,13 +14,17 @@ maintainers: properties: compatible: - enum: - - atmel,at91rm9200-rtc - - atmel,at91sam9x5-rtc - - atmel,sama5d4-rtc - - atmel,sama5d2-rtc - - microchip,sam9x60-rtc - - microchip,sama7g5-rtc + oneOf: + - enum: + - atmel,at91rm9200-rtc + - atmel,at91sam9x5-rtc + - atmel,sama5d4-rtc + - atmel,sama5d2-rtc + - microchip,sam9x60-rtc + - microchip,sama7g5-rtc + - items: + - const: microchip,sam9x7-rtc + - const: microchip,sam9x60-rtc reg: maxItems: 1 |