diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-12-19 00:42:23 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-12-19 00:53:35 +0300 |
commit | 3c3d71013c7655b9cc4043c9f8845f0c4402d71d (patch) | |
tree | 321699c67232d5b591c3ebf6283e78ffbb1dc845 /Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt | |
parent | a26944149374c19d92f785108b6980f2e54bb517 (diff) | |
download | linux-3c3d71013c7655b9cc4043c9f8845f0c4402d71d.tar.xz |
rtc: pcf2123: Add Microcrystal rv2123
Add a compatible string for Microcrystal rv2123 as the reset procedure seem
to be differing. However, the current driver works just fine.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt b/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt index 811124a36d16..1994f601800a 100644 --- a/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt +++ b/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt @@ -2,6 +2,7 @@ NXP PCF2123 SPI Real Time Clock Required properties: - compatible: should be: "nxp,rtc-pcf2123" + or "microcrystal,rv2123" - reg: should be the SPI slave chipselect address Optional properties: |