summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rtc/twl-rtc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rtc/twl-rtc.txt')
-rw-r--r--dts/Bindings/rtc/twl-rtc.txt19
1 files changed, 9 insertions, 10 deletions
diff --git a/dts/Bindings/rtc/twl-rtc.txt b/dts/Bindings/rtc/twl-rtc.txt
index 596e0c97be..8f9a94f2f8 100644
--- a/dts/Bindings/rtc/twl-rtc.txt
+++ b/dts/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>;
+ };