Commit ca40d2bd authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Olof Johansson
Browse files

dt-bindings: mrvl,mmp-timer: add clock



The timer needs the timer clock to be enabled, otherwise it stops
ticking.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 4abc7942
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,9 +5,13 @@ Required properties:
- reg : Address and length of the register set of timer controller.
- interrupts : Should be the interrupt number.

Optional properties:
- clocks : Should contain a single entry describing the clock input.

Example:
	timer0: timer@d4014000 {
		compatible = "mrvl,mmp-timer";
		reg = <0xd4014000 0x100>;
		interrupts = <13>;
		clocks = <&coreclk 2>;
	};