From: Nicolae Rosia Date: Tue, 1 Nov 2016 09:42:36 +0000 (+0200) Subject: Documentation: bindings: fix twl-rtc documentation X-Git-Tag: v4.10-rc1~47^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8e9e3f5ba9ec1ea9bcfc6a87b9247c7bb41a4178;p=karo-tx-linux.git Documentation: bindings: fix twl-rtc documentation Add interrupts documentation Fix example and formatting Signed-off-by: Nicolae Rosia Signed-off-by: Alexandre Belloni --- diff --git a/Documentation/devicetree/bindings/rtc/twl-rtc.txt b/Documentation/devicetree/bindings/rtc/twl-rtc.txt index 596e0c97be7a..8f9a94f2f896 100644 --- a/Documentation/devicetree/bindings/rtc/twl-rtc.txt +++ b/Documentation/devicetree/bindings/rtc/twl-rtc.txt @@ -1,12 +1,11 @@ -* TI twl RTC - -The TWL family (twl4030/6030) contains a RTC. +* Texas Instruments TWL4030/6030 RTC Required properties: -- compatible : Should be twl4030-rtc - -Examples: - -rtc@0 { - compatible = "ti,twl4030-rtc"; -}; +- compatible : Should be "ti,twl4030-rtc" +- interrupts : Should be the interrupt number. + +Example: + rtc { + compatible = "ti,twl4030-rtc"; + interrupts = <11>; + };