All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	heiko@sntech.de, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-rtc@vger.kernel.org,
	Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v3 3/6] dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property
Date: Mon, 16 Sep 2024 14:37:56 +0200	[thread overview]
Message-ID: <202409161237568b626ad7@mail.local> (raw)
In-Reply-To: <20240912142451.2952633-4-karthikeyan@linumiz.com>

On 12/09/2024 19:54:48+0530, Karthikeyan Krishnasamy wrote:
> RV3028 RTC has a clock out features, the clk out can be
> controlled using clkout register, to consume the clock out
> from rv3028 '#clock-cells' property is added.
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
> ---
> 
> Notes:
>     v3:
>     - fix commit message
>     
>     v2:
>     - fix commit message subject
> 
>  Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml b/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml
> index 5ade5dfad048..cda8ad7c1203 100644
> --- a/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml
> +++ b/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml
> @@ -22,6 +22,9 @@ properties:
>    interrupts:
>      maxItems: 1
>  
> +  "#clock-cells":
> +    const: 0
> +
>    trickle-resistor-ohms:
>      enum:
>        - 3000
> -- 
> 2.39.2
> 

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

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	heiko@sntech.de, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-rtc@vger.kernel.org,
	Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v3 3/6] dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property
Date: Mon, 16 Sep 2024 14:37:56 +0200	[thread overview]
Message-ID: <202409161237568b626ad7@mail.local> (raw)
In-Reply-To: <20240912142451.2952633-4-karthikeyan@linumiz.com>

On 12/09/2024 19:54:48+0530, Karthikeyan Krishnasamy wrote:
> RV3028 RTC has a clock out features, the clk out can be
> controlled using clkout register, to consume the clock out
> from rv3028 '#clock-cells' property is added.
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
> ---
> 
> Notes:
>     v3:
>     - fix commit message
>     
>     v2:
>     - fix commit message subject
> 
>  Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml b/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml
> index 5ade5dfad048..cda8ad7c1203 100644
> --- a/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml
> +++ b/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml
> @@ -22,6 +22,9 @@ properties:
>    interrupts:
>      maxItems: 1
>  
> +  "#clock-cells":
> +    const: 0
> +
>    trickle-resistor-ohms:
>      enum:
>        - 3000
> -- 
> 2.39.2
> 

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

  reply	other threads:[~2024-09-16 12:39 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 14:24 [PATCH v3 0/6] Add support Relfor Saib board which is based on Rockchip RV1109 SoC Karthikeyan Krishnasamy
2024-09-12 14:24 ` Karthikeyan Krishnasamy
2024-09-12 14:24 ` [PATCH v3 1/6] dt-bindings: watchdog: rockchip: Add rockchip,rv1126-wdt string Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-12 17:30   ` Conor Dooley
2024-09-12 17:30     ` Conor Dooley
2024-09-17 23:16   ` Heiko Stuebner
2024-09-17 23:16     ` Heiko Stuebner
2024-09-18  7:29     ` karthikeyan
2024-09-18  7:29       ` karthikeyan
2024-10-07 13:56       ` karthikeyan
2024-10-07 13:56         ` karthikeyan
2024-10-08 19:26         ` Heiko Stübner
2024-10-08 19:26           ` Heiko Stübner
2024-10-09  8:44           ` karthikeyan
2024-10-09  8:44             ` karthikeyan
2024-09-12 14:24 ` [PATCH v3 2/6] ARM: dts: rockchip: Add watchdog node for RV1126 Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-12 14:24 ` [PATCH v3 3/6] dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-16 12:37   ` Alexandre Belloni [this message]
2024-09-16 12:37     ` Alexandre Belloni
2024-09-16 14:26     ` Heiko Stuebner
2024-09-16 14:26       ` Heiko Stuebner
2024-09-16 14:34       ` Alexandre Belloni
2024-09-16 14:34         ` Alexandre Belloni
2024-09-16 22:38         ` Heiko Stuebner
2024-09-16 22:38           ` Heiko Stuebner
2024-09-18  8:49   ` (subset) " Alexandre Belloni
2024-09-18  8:49     ` Alexandre Belloni
2024-09-12 14:24 ` [PATCH v3 4/6] dt-bindings: vendor-prefixes: Add Relfor labs Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-12 14:24 ` [PATCH v3 5/6] dt-bindings: arm: rockchip: Add Relfor Saib Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-12 14:24 ` [PATCH v3 6/6] ARM: dts: rockchip: Add Relfor Saib board Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-10-14  9:41 ` (subset) [PATCH v3 0/6] Add support Relfor Saib board which is based on Rockchip RV1109 SoC Heiko Stuebner
2024-10-14  9:41   ` Heiko Stuebner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202409161237568b626ad7@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=conor+dt@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=karthikeyan@linumiz.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.