diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 03:54:31 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-29 20:56:30 -0400 |
commit | 18b27aeb5591588de35628bf1e423abf24fe9695 (patch) | |
tree | d2d231fe02b427dc13a5ae7780bf813cd436b3a3 /arch/arm/boot/dts | |
parent | 2109b5a28d27a593ab5afa7179fbef2f6a7cabcd (diff) |
ARM: shmobile: bockw-reference: Initialise TMU device using DT
Initialise TMU device using DT when booting bockw
using DT-reference.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw-reference.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts index fba294905ff4..04c0c37bb784 100644 --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts | |||
@@ -74,6 +74,10 @@ | |||
74 | status = "okay"; | 74 | status = "okay"; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | &tmu0 { | ||
78 | status = "okay"; | ||
79 | }; | ||
80 | |||
77 | &pfc { | 81 | &pfc { |
78 | scif0_pins: serial0 { | 82 | scif0_pins: serial0 { |
79 | renesas,groups = "scif0_data_a", "scif0_ctrl"; | 83 | renesas,groups = "scif0_data_a", "scif0_ctrl"; |