Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: rtc: add microchip,sam9x60-rtt

Add microchip,sam9x60-rtt to compatible list.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1591779936-18577-3-git-send-email-claudiu.beznea@microchip.com

authored by

Claudiu Beznea and committed by
Alexandre Belloni
73554069 008e6fad

+3 -1
+3 -1
Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.txt
··· 1 1 Atmel AT91SAM9260 Real Time Timer 2 2 3 3 Required properties: 4 - - compatible: should be: "atmel,at91sam9260-rtt" 4 + - compatible: should be one of the following: 5 + - "atmel,at91sam9260-rtt" 6 + - "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt" 5 7 - reg: should encode the memory region of the RTT controller 6 8 - interrupts: rtt alarm/event interrupt 7 9 - clocks: should contain the 32 KHz slow clk that will drive the RTT block.