[PATCH v1 1/2] dt-bindings: rtc: ti,bq32k: Add delay on rtc reads
From: Adriana Stancu
Date: Thu Apr 16 2026 - 05:30:19 EST
Add a configurable device tree property to specify
if a microseconds delay should be added before reading
the RTC registers.
Signed-off-by: Adriana Stancu <adriana@xxxxxxxxxx>
---
Documentation/devicetree/bindings/rtc/ti,bq32000.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/rtc/ti,bq32000.yaml b/Documentation/devicetree/bindings/rtc/ti,bq32000.yaml
index bf9c1c4ddb7e..c7c2720a336b 100644
--- a/Documentation/devicetree/bindings/rtc/ti,bq32000.yaml
+++ b/Documentation/devicetree/bindings/rtc/ti,bq32000.yaml
@@ -29,6 +29,11 @@ properties:
trickle-diode-disable: true
+ ti,read-settle-us:
+ default: 0
+ description:
+ Delay in microseconds to wait before reading RTC registers.
+
required:
- compatible
- reg
--
2.51.0