diff options
| author | Frank Li <Frank.Li@nxp.com> | 2025-08-27 15:33:55 -0400 |
|---|---|---|
| committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2025-09-16 17:38:20 +0200 |
| commit | 0dbb84b5c447ddf2681ed0248a6fb7c9fc3fdb6c (patch) | |
| tree | f1ef70e70fbc70ca4d3cb75b96c33ba873ee5953 | |
| parent | dt-bindings: rtc: pcf85063: remove quartz-load-femtofarads restriction for nx... (diff) | |
| download | linux-0dbb84b5c447ddf2681ed0248a6fb7c9fc3fdb6c.tar.gz linux-0dbb84b5c447ddf2681ed0248a6fb7c9fc3fdb6c.zip | |
dt-bindings: rtc: trivial-rtc: add dallas,m41t00
Add compatible string dallas,m41t00 for dallas m41t00 RTC.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250827193356.78368-1-Frank.Li@nxp.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| -rw-r--r-- | Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml index 5e0c7cd25cc6..587b7cd5806c 100644 --- a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml @@ -38,6 +38,8 @@ properties: - dallas,ds1672 # Extremely Accurate I²C RTC with Integrated Crystal and SRAM - dallas,ds3232 + # Dallas m41t00 Real-time Clock + - dallas,m41t00 # SD2405AL Real-Time Clock - dfrobot,sd2405al # EM Microelectronic EM3027 RTC |
