All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rtc: at91rm9200: add sama7g5 compatible
@ 2021-01-07 10:46 ` Claudiu Beznea
  0 siblings, 0 replies; 6+ messages in thread
From: Claudiu Beznea @ 2021-01-07 10:46 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, robh+dt, mark.rutland, nicolas.ferre,
	ludovic.desroches
  Cc: linux-rtc, devicetree, linux-arm-kernel, linux-kernel, Claudiu Beznea

Add compatible for SAMA7G5 RTC. At the moment the driver is falling
back on SAM9X60's compatible but SAMA7G5 doesn't have the tamper mode
register and tamper debounce period register thus the need for a new
compatible to differentiate b/w these two in case tamper feature will
be implemented in future.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
index 02bbfe726c62..994de43d17fa 100644
--- a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
+++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
@@ -20,6 +20,7 @@ properties:
       - atmel,sama5d4-rtc
       - atmel,sama5d2-rtc
       - microchip,sam9x60-rtc
+      - microchip,sama7g5-rtc
 
   reg:
     maxItems: 1
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] dt-bindings: rtc: at91rm9200: add sama7g5 compatible
@ 2021-01-07 10:46 ` Claudiu Beznea
  0 siblings, 0 replies; 6+ messages in thread
From: Claudiu Beznea @ 2021-01-07 10:46 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, robh+dt, mark.rutland, nicolas.ferre,
	ludovic.desroches
  Cc: linux-rtc, devicetree, linux-kernel, linux-arm-kernel, Claudiu Beznea

Add compatible for SAMA7G5 RTC. At the moment the driver is falling
back on SAM9X60's compatible but SAMA7G5 doesn't have the tamper mode
register and tamper debounce period register thus the need for a new
compatible to differentiate b/w these two in case tamper feature will
be implemented in future.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
index 02bbfe726c62..994de43d17fa 100644
--- a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
+++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
@@ -20,6 +20,7 @@ properties:
       - atmel,sama5d4-rtc
       - atmel,sama5d2-rtc
       - microchip,sam9x60-rtc
+      - microchip,sama7g5-rtc
 
   reg:
     maxItems: 1
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: rtc: at91rm9200: add sama7g5 compatible
  2021-01-07 10:46 ` Claudiu Beznea
@ 2021-01-07 14:01   ` Nicolas Ferre
  -1 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2021-01-07 14:01 UTC (permalink / raw)
  To: Claudiu Beznea, a.zummo, alexandre.belloni, robh+dt,
	mark.rutland, ludovic.desroches
  Cc: linux-rtc, devicetree, linux-arm-kernel, linux-kernel

On 07/01/2021 at 11:46, Claudiu Beznea wrote:
> Add compatible for SAMA7G5 RTC. At the moment the driver is falling
> back on SAM9X60's compatible but SAMA7G5 doesn't have the tamper mode
> register and tamper debounce period register thus the need for a new
> compatible to differentiate b/w these two in case tamper feature will
> be implemented in future.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
> index 02bbfe726c62..994de43d17fa 100644
> --- a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
> +++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
> @@ -20,6 +20,7 @@ properties:
>         - atmel,sama5d4-rtc
>         - atmel,sama5d2-rtc
>         - microchip,sam9x60-rtc
> +      - microchip,sama7g5-rtc
>   
>     reg:
>       maxItems: 1
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: rtc: at91rm9200: add sama7g5 compatible
@ 2021-01-07 14:01   ` Nicolas Ferre
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2021-01-07 14:01 UTC (permalink / raw)
  To: Claudiu Beznea, a.zummo, alexandre.belloni, robh+dt,
	mark.rutland, ludovic.desroches
  Cc: linux-rtc, devicetree, linux-kernel, linux-arm-kernel

On 07/01/2021 at 11:46, Claudiu Beznea wrote:
> Add compatible for SAMA7G5 RTC. At the moment the driver is falling
> back on SAM9X60's compatible but SAMA7G5 doesn't have the tamper mode
> register and tamper debounce period register thus the need for a new
> compatible to differentiate b/w these two in case tamper feature will
> be implemented in future.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
> index 02bbfe726c62..994de43d17fa 100644
> --- a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
> +++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
> @@ -20,6 +20,7 @@ properties:
>         - atmel,sama5d4-rtc
>         - atmel,sama5d2-rtc
>         - microchip,sam9x60-rtc
> +      - microchip,sama7g5-rtc
>   
>     reg:
>       maxItems: 1
> 


-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: rtc: at91rm9200: add sama7g5 compatible
  2021-01-07 10:46 ` Claudiu Beznea
@ 2021-01-12 23:18   ` Alexandre Belloni
  -1 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2021-01-12 23:18 UTC (permalink / raw)
  To: mark.rutland, a.zummo, robh+dt, ludovic.desroches,
	Claudiu Beznea, nicolas.ferre
  Cc: Alexandre Belloni, devicetree, linux-arm-kernel, linux-rtc, linux-kernel

On Thu, 7 Jan 2021 12:46:12 +0200, Claudiu Beznea wrote:
> Add compatible for SAMA7G5 RTC. At the moment the driver is falling
> back on SAM9X60's compatible but SAMA7G5 doesn't have the tamper mode
> register and tamper debounce period register thus the need for a new
> compatible to differentiate b/w these two in case tamper feature will
> be implemented in future.

Applied, thanks!

[1/1] dt-bindings: rtc: at91rm9200: add sama7g5 compatible
      commit: 51f9b1f8ee3a066f2f874cf64afea24ae762ff93

Best regards,
-- 
Alexandre Belloni <alexandre.belloni@bootlin.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: rtc: at91rm9200: add sama7g5 compatible
@ 2021-01-12 23:18   ` Alexandre Belloni
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2021-01-12 23:18 UTC (permalink / raw)
  To: mark.rutland, a.zummo, robh+dt, ludovic.desroches,
	Claudiu Beznea, nicolas.ferre
  Cc: linux-rtc, devicetree, Alexandre Belloni, linux-kernel, linux-arm-kernel

On Thu, 7 Jan 2021 12:46:12 +0200, Claudiu Beznea wrote:
> Add compatible for SAMA7G5 RTC. At the moment the driver is falling
> back on SAM9X60's compatible but SAMA7G5 doesn't have the tamper mode
> register and tamper debounce period register thus the need for a new
> compatible to differentiate b/w these two in case tamper feature will
> be implemented in future.

Applied, thanks!

[1/1] dt-bindings: rtc: at91rm9200: add sama7g5 compatible
      commit: 51f9b1f8ee3a066f2f874cf64afea24ae762ff93

Best regards,
-- 
Alexandre Belloni <alexandre.belloni@bootlin.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-12 23:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 10:46 [PATCH] dt-bindings: rtc: at91rm9200: add sama7g5 compatible Claudiu Beznea
2021-01-07 10:46 ` Claudiu Beznea
2021-01-07 14:01 ` Nicolas Ferre
2021-01-07 14:01   ` Nicolas Ferre
2021-01-12 23:18 ` Alexandre Belloni
2021-01-12 23:18   ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.