summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rtc/maxim,ds3231.txt
diff options
context:
space:
mode:
authorAkinobu Mita2017-02-07 20:36:53 +0100
committerAlexandre Belloni2017-02-12 00:34:42 +0100
commit6db6bd479d4c41de98c6c4f740fbc39e179e4b5f (patch)
treee6b5c76487cf453b5afb6587f57042bd3e198707 /Documentation/devicetree/bindings/rtc/maxim,ds3231.txt
parentrtc: sun6i: Fix return value check in sun6i_rtc_clk_init() (diff)
downloadkernel-qcow2-linux-6db6bd479d4c41de98c6c4f740fbc39e179e4b5f.tar.gz
kernel-qcow2-linux-6db6bd479d4c41de98c6c4f740fbc39e179e4b5f.tar.xz
kernel-qcow2-linux-6db6bd479d4c41de98c6c4f740fbc39e179e4b5f.zip
bindings: rtc: correct wrong reference in required properties
There are currently two broken bindings descriptions for RTC: maxim,ds3231.txt pcf8563.txt They broke because of a improper RST documentation conversion with commit 8c27ceff3604b2 ("docs: fix locations of several documents that got moved") and now reference to a non-existing file: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst However, the original reference to i2c/trivial-devices should have never been made in the first place. This change fixes this issue by replacing with correct descriptions. Reported-by: Wolfram Sang <wsa@the-dreams.de> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com> Cc: Heiko Schocher <hs@denx.de> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc/maxim,ds3231.txt')
-rw-r--r--Documentation/devicetree/bindings/rtc/maxim,ds3231.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/maxim,ds3231.txt b/Documentation/devicetree/bindings/rtc/maxim,ds3231.txt
index 1ad4c1c2b3b3..85be53a42180 100644
--- a/Documentation/devicetree/bindings/rtc/maxim,ds3231.txt
+++ b/Documentation/devicetree/bindings/rtc/maxim,ds3231.txt
@@ -1,7 +1,8 @@
* Maxim DS3231 Real Time Clock
Required properties:
-see: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
+- compatible: Should contain "maxim,ds3231".
+- reg: I2C address for chip.
Optional property:
- #clock-cells: Should be 1.