forked from Minki/linux
948170f894
Add the DT support for the TI rtc-twl present in the twl4030 and twl6030 devices. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Acked-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
* TI twl RTC
|
|
|
|
The TWL family (twl4030/6030) contains a RTC.
|
|
|
|
Required properties:
|
|
- compatible : Should be twl4030-rtc
|
|
|
|
Examples:
|
|
|
|
rtc@0 {
|
|
compatible = "ti,twl4030-rtc";
|
|
};
|