[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YrW1qLhha8VKQ5qV@jti>
Date: Fri, 24 Jun 2022 16:01:28 +0300
From: Georgi Vlaev <g-vlaev@...com>
To: Nishanth Menon <nm@...com>
CC: Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Alessandro Zummo <a.zummo@...ertech.it>,
<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-rtc@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
Vignesh Raghavendra <vigneshr@...com>,
Andrew Davis <afd@...com>
Subject: Re: [PATCH V4 2/2] rtc: Introduce ti-k3-rtc
Hi,
On Thu, Jun 23, 2022 at 12:08:08PM -0500, Nishanth Menon wrote:
> Introduce support for Texas Instruments Real Time Clock controller on
> newer K3 family of SoCs such as AM62x.
>
> The hardware module that is being supported is the "digital only"
> version which doesn't have capability of external wakeup sources and
> external power backup. However, for many practical applications, this
> should suffice as RTC is operational across low power sequences.
>
> The hardware block by itself is split into two distinct domains
> internally to further reduce the power consumption with the actual
> counter block and comparators clocked off a 32k clock source (which
> based on SoC integration can be sourced by an external crystal) and an
> register interface block which is driven by the bus clock. While optimal
> from power perspective, it does create some complicated synchronizations
> and sequences that one must be wary of in the driver handling.
>
> Acked-by: Andrew Davis <afd@...com>
> Signed-off-by: Nishanth Menon <nm@...com>
> ---
> Changes since V3:
> * Updates for fixing typos, removal of un-necessary prints, sharpen
> usage of ret
Tested on SK-AM62 (AM625).
Tested-by: Georgi Vlaev <g-vlaev@...com>
Regards,
Georgi
Powered by blists - more mailing lists