diff options
author | Giulio Benetti <giulio.benetti@micronovasrl.com> | 2018-05-16 23:08:40 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-16 23:36:24 +0200 |
commit | 7e580769b79f1df2ac67cf935ee95ac1d42b8144 (patch) | |
tree | 077a4c7a490596e56a58830eec7a6a7d7d5b1784 /Documentation/devicetree/bindings/rtc/rtc-ds1307.txt | |
parent | 146a552c67b1adae50065d2c8f00169302f26c44 (diff) | |
download | blackbird-op-linux-7e580769b79f1df2ac67cf935ee95ac1d42b8144.tar.gz blackbird-op-linux-7e580769b79f1df2ac67cf935ee95ac1d42b8144.zip |
rtc: ds1307: support m41t11 variant
The m41t11 variant is very similar to the already supported m41t00 and
m41t0, but it has also 56 bytes of NVRAM.
Add it to driver taking into account NVRAM section.
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc/rtc-ds1307.txt')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/rtc-ds1307.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt b/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt index d28d6e7f6ae8..ce6469c1a516 100644 --- a/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt +++ b/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt @@ -13,6 +13,7 @@ Required properties: "maxim,ds3231", "st,m41t0", "st,m41t00", + "st,m41t11", "microchip,mcp7940x", "microchip,mcp7941x", "pericom,pt7c4338", |