提交 b662a866 编写于 作者: J Jonas Jensen 提交者: Daniel Lezcano

ARM: clocksource: moxart: documentation: Fix device tree bindings document

Fix device tree bindings document with the correct clock name.
Signed-off-by: NJonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
上级 07862c1c
...@@ -5,7 +5,7 @@ Required properties: ...@@ -5,7 +5,7 @@ Required properties:
- compatible : Should be "moxa,moxart-timer" - compatible : Should be "moxa,moxart-timer"
- reg : Should contain registers location and length - reg : Should contain registers location and length
- interrupts : Should contain the timer interrupt number - 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: Example:
...@@ -13,5 +13,5 @@ Example: ...@@ -13,5 +13,5 @@ Example:
compatible = "moxa,moxart-timer"; compatible = "moxa,moxart-timer";
reg = <0x98400000 0x42>; reg = <0x98400000 0x42>;
interrupts = <19 1>; interrupts = <19 1>;
clocks = <&clkapb>; clocks = <&coreclk>;
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册