On Mon, Feb 06, 2023 at 07:16:37PM -0800, David Collins wrote: > On 2/2/23 07:54, Johan Hovold wrote: > > On many Qualcomm platforms the PMIC RTC control and time registers are > > read-only so that the RTC time can not be updated. Instead an offset > > s/can not/cannot/ As far as I can tell, 'can not' is still correct even if it's less commonly used this way compared to 'cannot'. > > needs be stored in some machine-specific non-volatile memory, which a > > driver can take into account. > > > > Add an 'offset' nvmem cell which can be used to store a 32-bit offset > > from the Unix epoch so that the RTC time can be updated on such > > platforms. > > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > > --- > > .../devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > Assuming that the minor commit text comment above is addressed: I'm definitely not resending because of this, but I'll keep it in mind for future patches. Thanks. > Reviewed-by: David Collins <quic_collinsd@xxxxxxxxxxx> Johan