diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-07-19 07:12:59 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-07-31 19:13:20 -0400 |
commit | b662a8662436cd4815e1738d5f491a12dc289177 (patch) | |
tree | e10ba5aec8a9b22148bebb1ad5441c21ebed433c | |
parent | 07862c1cd6675cde2dd4bd64e64d704ea2185b79 (diff) |
ARM: clocksource: moxart: documentation: Fix device tree bindings document
Fix device tree bindings document with the correct clock name.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt index 77c4cfa198ee..ad0bf7f1a7e7 100644 --- a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt +++ b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt | |||
@@ -5,7 +5,7 @@ Required properties: | |||
5 | - compatible : Should be "moxa,moxart-timer" | 5 | - compatible : Should be "moxa,moxart-timer" |
6 | - reg : Should contain registers location and length | 6 | - reg : Should contain registers location and length |
7 | - interrupts : Should contain the timer interrupt number | 7 | - interrupts : Should contain the timer interrupt number |
8 | - clocks : Should contain phandle for APB clock "clkapb" | 8 | - clocks : Should contain phandle for the MOXA ART core clock "coreclk" |
9 | 9 | ||
10 | Example: | 10 | Example: |
11 | 11 | ||
@@ -13,5 +13,5 @@ Example: | |||
13 | compatible = "moxa,moxart-timer"; | 13 | compatible = "moxa,moxart-timer"; |
14 | reg = <0x98400000 0x42>; | 14 | reg = <0x98400000 0x42>; |
15 | interrupts = <19 1>; | 15 | interrupts = <19 1>; |
16 | clocks = <&clkapb>; | 16 | clocks = <&coreclk>; |
17 | }; | 17 | }; |