Documentation: bindings: fix twl-rtc documentation

Add interrupts documentation
Fix example and formatting

Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
Nicolae Rosia 2016-11-01 11:42:36 +02:00 committed by Alexandre Belloni
parent 959df7778b
commit 8e9e3f5ba9
1 changed files with 8 additions and 9 deletions

View File

@ -1,12 +1,11 @@
* TI twl RTC * Texas Instruments TWL4030/6030 RTC
The TWL family (twl4030/6030) contains a RTC.
Required properties: Required properties:
- compatible : Should be twl4030-rtc - compatible : Should be "ti,twl4030-rtc"
- interrupts : Should be the interrupt number.
Examples: Example:
rtc {
rtc@0 { compatible = "ti,twl4030-rtc";
compatible = "ti,twl4030-rtc"; interrupts = <11>;
}; };