You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Alexandre Belloni
parent
959df7778b
commit
8e9e3f5ba9
@@ -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
|
||||
- compatible : Should be "ti,twl4030-rtc"
|
||||
- interrupts : Should be the interrupt number.
|
||||
|
||||
Examples:
|
||||
|
||||
rtc@0 {
|
||||
compatible = "ti,twl4030-rtc";
|
||||
};
|
||||
Example:
|
||||
rtc {
|
||||
compatible = "ti,twl4030-rtc";
|
||||
interrupts = <11>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user