Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonas Jensen and committed by
Daniel Lezcano
b662a866 07862c1c

+2 -2
+2 -2
Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
··· 5 5 - compatible : Should be "moxa,moxart-timer" 6 6 - reg : Should contain registers location and length 7 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 10 Example: 11 11 ··· 13 13 compatible = "moxa,moxart-timer"; 14 14 reg = <0x98400000 0x42>; 15 15 interrupts = <19 1>; 16 - clocks = <&clkapb>; 16 + clocks = <&coreclk>; 17 17 };