diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-07-26 10:17:15 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-07-31 19:13:35 -0400 |
commit | 766acb88a773dcbc98f2ae8d7ef8c147e2dccd99 (patch) | |
tree | 5827f64f904542a574e79c4d6c8ccb2a93910c75 | |
parent | adf157ebf6097aa2abc7f05120e7dda6ed238252 (diff) |
ARM: clocksource: moxart: documentation: Update device tree bindings document
1. describe compatible variable "Must be" instead of "Should be".
2. change description so it's from the point of view of the device
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 ad0bf7f1a7e7..da2d510cae47 100644 --- a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt +++ b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt | |||
@@ -2,10 +2,10 @@ MOXA ART timer | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | 4 | ||
5 | - compatible : Should be "moxa,moxart-timer" | 5 | - compatible : Must 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 the MOXA ART core clock "coreclk" | 8 | - clocks : Should contain phandle for the clock that drives the counter |
9 | 9 | ||
10 | Example: | 10 | Example: |
11 | 11 | ||