devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rtc: microcrystal,rv3032: Document wakeup-source property
@ 2023-09-21 19:26 Marek Vasut
  2023-09-22 11:29 ` Conor Dooley
  2023-10-15 21:29 ` Alexandre Belloni
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2023-09-21 19:26 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Alessandro Zummo, Alexandre Belloni, Conor Dooley,
	Krzysztof Kozlowski, Rob Herring, linux-rtc

The RV3032 can be used as a wake-up source, document the 'wakeup-source'
property as allowed property.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-rtc@vger.kernel.org
---
 Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml b/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml
index 27a9de10f0af3..7680089d1d926 100644
--- a/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml
+++ b/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml
@@ -38,6 +38,8 @@ properties:
       - 3000
       - 4400
 
+  wakeup-source: true
+
 required:
   - compatible
   - reg
-- 
2.40.1


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

* Re: [PATCH] dt-bindings: rtc: microcrystal,rv3032: Document wakeup-source property
  2023-09-21 19:26 [PATCH] dt-bindings: rtc: microcrystal,rv3032: Document wakeup-source property Marek Vasut
@ 2023-09-22 11:29 ` Conor Dooley
  2023-10-15 21:29 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-09-22 11:29 UTC (permalink / raw)
  To: Marek Vasut
  Cc: devicetree, Alessandro Zummo, Alexandre Belloni, Conor Dooley,
	Krzysztof Kozlowski, Rob Herring, linux-rtc

[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]

On Thu, Sep 21, 2023 at 09:26:04PM +0200, Marek Vasut wrote:
> The RV3032 can be used as a wake-up source, document the 'wakeup-source'
> property as allowed property.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Alessandro Zummo <a.zummo@towertech.it>
> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Cc: Conor Dooley <conor+dt@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: linux-rtc@vger.kernel.org
> ---
>  Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml b/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml
> index 27a9de10f0af3..7680089d1d926 100644
> --- a/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml
> +++ b/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml
> @@ -38,6 +38,8 @@ properties:
>        - 3000
>        - 4400
>  
> +  wakeup-source: true
> +
>  required:
>    - compatible
>    - reg
> -- 
> 2.40.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] dt-bindings: rtc: microcrystal,rv3032: Document wakeup-source property
  2023-09-21 19:26 [PATCH] dt-bindings: rtc: microcrystal,rv3032: Document wakeup-source property Marek Vasut
  2023-09-22 11:29 ` Conor Dooley
@ 2023-10-15 21:29 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2023-10-15 21:29 UTC (permalink / raw)
  To: devicetree, Marek Vasut
  Cc: Alessandro Zummo, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
	linux-rtc


On Thu, 21 Sep 2023 21:26:04 +0200, Marek Vasut wrote:
> The RV3032 can be used as a wake-up source, document the 'wakeup-source'
> property as allowed property.
> 
> 

Applied, thanks!

[1/1] dt-bindings: rtc: microcrystal,rv3032: Document wakeup-source property
      commit: dc71c03b0a2937545d2c6ff89d2275890a309618

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2023-10-15 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 19:26 [PATCH] dt-bindings: rtc: microcrystal,rv3032: Document wakeup-source property Marek Vasut
2023-09-22 11:29 ` Conor Dooley
2023-10-15 21:29 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).