Messages in this thread Patch in this message |  | | From | Geert Uytterhoeven <> | Subject | [PATCH 3/3] ARM: shmobile: armadillo800eva dts: Enable TMU0 | Date | Wed, 22 Oct 2014 11:38:29 +0200 |
| |
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> --- arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts index 2703428557fce9fa..98504e0b06c8e2ca 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts @@ -299,3 +299,7 @@ status = "okay"; }; + +&tmu0 { + status = "okay"; +}; -- 1.9.1
|  |