[PATCH v2 20/30] ARM: shmobile: armadillo800eva-reference: Initialise TMU device using DT

Simon Horman horms+renesas at verge.net.au
Mon Jul 7 00:54:45 PDT 2014


Initialise TMU device using DT when booting armadillo800eva
using DT-reference. This device was previously enabled when
booting with legacy-C but not with DT-reference.

Signed-off-by: Simon Horman <horms+renesas at verge.net.au>

---
v2
* First post
---
 arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
index f47ab76..c430197 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
@@ -205,6 +205,10 @@
 	};
 };
 
+&tmu0 {
+	status = "okay";
+};
+
 &pfc {
 	ether_pins: ether {
 		renesas,groups = "gether_mii", "gether_int";
-- 
2.0.0.rc2




More information about the linux-arm-kernel mailing list