Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b662a866 authored by Jonas Jensen's avatar Jonas Jensen Committed by Daniel Lezcano
Browse files

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



Fix device tree bindings document with the correct clock name.

Signed-off-by: default avatarJonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 07862c1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;
	};