diff options
| author | Emil Bartczak <emilbart@gmail.com> | 2016-03-20 20:06:10 -0400 |
|---|---|---|
| committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-03-21 17:55:29 -0400 |
| commit | 7f8a58925b4c0198c12344025b6ffd5dd7d9f1f5 (patch) | |
| tree | b399addb8b7ff7258ad9cae5b3de8b1eccb695ef /Documentation | |
| parent | 15c6ea6f81328b0071cf63fb00b324199a9b8647 (diff) | |
rtc: mcp795: add devicetree support
Add device tree support to the rtc-mcp795 driver.
Signed-off-by: Emil Bartczak <emilbart@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/rtc/maxim,mcp795.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/maxim,mcp795.txt b/Documentation/devicetree/bindings/rtc/maxim,mcp795.txt new file mode 100644 index 000000000000..a59fdd8c236d --- /dev/null +++ b/Documentation/devicetree/bindings/rtc/maxim,mcp795.txt | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | * Maxim MCP795 SPI Serial Real-Time Clock | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible: Should contain "maxim,mcp795". | ||
| 5 | - reg: SPI address for chip | ||
| 6 | |||
| 7 | Example: | ||
| 8 | mcp795: rtc@0 { | ||
| 9 | compatible = "maxim,mcp795"; | ||
| 10 | reg = <0>; | ||
| 11 | }; | ||
