aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rtc
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2014-12-10 18:54:14 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2014-12-10 20:41:16 -0500
commit094d3ee3ce8c30756446518cc1895b6bbbca12ef (patch)
tree2aa971d03eeb983b3d04c87619c78b516f81a73e /Documentation/devicetree/bindings/rtc
parentcf67d0b6410182eefd4db665279fce76c9a19cf9 (diff)
rtc: omap: drop vendor-prefix from power-controller dt property
Drop the vendor-prefix from the "ti,system-power-controller" device-tree property name. It has been agreed to make "system-power-controller" a standard property and to drop the vendor-prefix that is currently used by several drivers. Note that drivers that have used "<vendor>,system-power-controller" in a released kernel will need to support both versions. Signed-off-by: Johan Hovold <johan@kernel.org> Cc: Tony Lindgren <tony@atomide.com> Cc: Benot Cousson <bcousson@baylibre.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Felipe Balbi <balbi@ti.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
-rw-r--r--Documentation/devicetree/bindings/rtc/rtc-omap.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/rtc/rtc-omap.txt b/Documentation/devicetree/bindings/rtc/rtc-omap.txt
index 750efd40c72e..4ba4dbd34289 100644
--- a/Documentation/devicetree/bindings/rtc/rtc-omap.txt
+++ b/Documentation/devicetree/bindings/rtc/rtc-omap.txt
@@ -13,7 +13,7 @@ Required properties:
13- interrupt-parent: phandle for the interrupt controller 13- interrupt-parent: phandle for the interrupt controller
14 14
15Optional properties: 15Optional properties:
16- ti,system-power-controller: whether the rtc is controlling the system power 16- system-power-controller: whether the rtc is controlling the system power
17 through pmic_power_en 17 through pmic_power_en
18 18
19Example: 19Example:
@@ -24,5 +24,5 @@ rtc@1c23000 {
24 interrupts = <19 24 interrupts = <19
25 19>; 25 19>;
26 interrupt-parent = <&intc>; 26 interrupt-parent = <&intc>;
27 ti,system-power-controller; 27 system-power-controller;
28}; 28};