[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241022092855.1609427-1-p.rosenberger@kunbus.com>
Date: Tue, 22 Oct 2024 11:28:53 +0200
From: Philipp Rosenberger <p.rosenberger@...bus.com>
To: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
linux-rtc@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Lino Sanfilippo <l.sanfilippo@...bus.com>,
Philipp Rosenberger <p.rosenberger@...bus.com>
Subject: [PATCH v2 0/2] rtc: pcf2127: make battery switch-over configurable
Hello,
sorry about the broken V1 series. I didn't know, that our IT added a
footer to external mails. This also replaced all tabs with spaces.
This patch series adds a dt property for the pcf2127 driver to
configure the battery switch-over behavior.
The default behavior for battery switch-over has changed with PCF2131.
For PCF2127, PCF2129 and PCA2129 the default is battary switch-over and
battery low power detection is enabled. For PCF2131 this is now the
opposite. At least PCF2127 and PCF2129 are not recomended for new
designs. This leaves the PCF2131 as "replacement" part.
This patch series introduces the nxp,battery-switch-over optional
property. With this property the PWRMNG bits of the Control_3 register
can be changed.
I have tested this on a device with PCF2129 and one with PCF2131.
Best regards,
Philipp
Changes for V2:
- Just fixed the broken tabs and removed the footer from the mails.
Philipp Rosenberger (2):
dt-bindings: rtc: pcf2127: Add nxp,battery-switch-over property
rtc: pcf2127: make battery switch-over configurable
.../devicetree/bindings/rtc/nxp,pcf2127.yaml | 10 +++
drivers/rtc/rtc-pcf2127.c | 61 ++++++++++++++-----
2 files changed, 56 insertions(+), 15 deletions(-)
--
2.39.5
Powered by blists - more mailing lists