ARM: clocksource: moxart: documentation: Fix device tree bindings document
authorJonas Jensen <jonas.jensen@gmail.com>
Fri, 19 Jul 2013 11:12:59 +0000 (13:12 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 31 Jul 2013 23:13:20 +0000 (01:13 +0200)
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>
Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt

index 77c4cfa198eed1b920cdc2c7ce6dc910cb52bb73..ad0bf7f1a7e7e47afd5fcca8ff4e0bbcfe23e47d 100644 (file)
@@ -5,7 +5,7 @@ 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:
 
@@ -13,5 +13,5 @@ Example:
                compatible = "moxa,moxart-timer";
                reg = <0x98400000 0x42>;
                interrupts = <19 1>;
-               clocks = <&clkapb>;
+               clocks = <&coreclk>;
        };