Skip to content

Commit

Permalink
ARM: clocksource: moxart: documentation: Fix device tree bindings doc…
Browse files Browse the repository at this point in the history
…ument

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>
  • Loading branch information
Jonas Jensen authored and Daniel Lezcano committed Jul 31, 2013
1 parent 07862c1 commit b662a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Required properties:
- compatible : Should be "moxa,moxart-timer"
- reg : Should contain registers location and length
- interrupts : Should contain the timer interrupt number
- clocks : Should contain phandle for APB clock "clkapb"
- clocks : Should contain phandle for the MOXA ART core clock "coreclk"

Example:

timer: timer@98400000 {
compatible = "moxa,moxart-timer";
reg = <0x98400000 0x42>;
interrupts = <19 1>;
clocks = <&clkapb>;
clocks = <&coreclk>;
};

0 comments on commit b662a86

Please sign in to comment.