Message ID | 1578673089-3484-13-git-send-email-claudiu.beznea@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add device tree for SAM9X60 SoC and SAM9X60-EK board | expand |
On Fri, 10 Jan 2020 18:18:04 +0200, Claudiu Beznea wrote: > Add microchip,sam9x60-rtc to DT bindings documentation. > > Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > > Hi Alexandre, > > I kept this patch as in v1 (same for patch > "dt-bindings: atmel-tcb: add microchip,sam9x60-tcb"). > I'm waiting your response to this version and take an action aftewards. > > Thank you, > Claudiu Beznea > > Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt index 5d3791e789c6..35eab9138d0b 100644 --- a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt +++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt @@ -1,7 +1,8 @@ Atmel AT91RM9200 Real Time Clock Required properties: -- compatible: should be: "atmel,at91rm9200-rtc" or "atmel,at91sam9x5-rtc" +- compatible: should be: "atmel,at91rm9200-rtc", "atmel,at91sam9x5-rtc" or + "microchip,sam9x60-rtc" - reg: physical base address of the controller and length of memory mapped region. - interrupts: rtc alarm/event interrupt
Add microchip,sam9x60-rtc to DT bindings documentation. Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> --- Hi Alexandre, I kept this patch as in v1 (same for patch "dt-bindings: atmel-tcb: add microchip,sam9x60-tcb"). I'm waiting your response to this version and take an action aftewards. Thank you, Claudiu Beznea Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)