diff options
author | Keerthy <j-keerthy@ti.com> | 2015-08-07 08:07:19 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-08-12 11:49:02 +0300 |
commit | 05743b3a09e905b4b09681639fa386feb6a96b5a (patch) | |
tree | 575bb478be6b1ff80cb533d27d5adf2ea82f95e6 /Documentation/devicetree/bindings/rtc | |
parent | aced04843278662c9058a8ff72619af9a4d84065 (diff) | |
download | linux-05743b3a09e905b4b09681639fa386feb6a96b5a.tar.xz |
ARM: dts: AM4372: Add the am4372-rtc compatible string
am4372-rtc string was already part of dts, introduced to identify
the rtc specific to am4372 family of SoCs. It was removed in one of the
previous patches. Adding back the same with appropriate documentation.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/rtc-omap.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/rtc-omap.txt b/Documentation/devicetree/bindings/rtc/rtc-omap.txt index 4ba4dbd34289..43a83668673a 100644 --- a/Documentation/devicetree/bindings/rtc/rtc-omap.txt +++ b/Documentation/devicetree/bindings/rtc/rtc-omap.txt @@ -8,6 +8,7 @@ Required properties: Wakeup generation for event Alarm. It can also be used to control an external PMIC via the pmic_power_en pin. + - "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family. - reg: Address range of rtc register set - interrupts: rtc timer, alarm interrupts in order - interrupt-parent: phandle for the interrupt controller |