Browse Source

ARM: shmobile: armadillo800eva dts: Enable TMU0

ch0 will be used for clock events and for periodic clock events,
ch1 will be used as clock source.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Geert Uytterhoeven 11 years ago
parent
commit
df21102071
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/r8a7740-armadillo800eva.dts

+ 4 - 0
arch/arm/boot/dts/r8a7740-armadillo800eva.dts

@@ -299,3 +299,7 @@
 
 	status = "okay";
 };
+
+&tmu0 {
+	status = "okay";
+};