diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2017-10-05 10:58:19 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-10-05 11:26:08 +0200 |
commit | 62cea6d2c6758d6a9513ecf3c70498623d5bf1d2 (patch) | |
tree | 663f6754ffc14bf7bf7a5bacc7c9b8b853e393cb /arch/arm/boot/dts/r7s72100-gr-peach.dts | |
parent | 4f049e09d833dd9b8c2b0cf7a609d9fc5f9d6348 (diff) | |
download | lwn-62cea6d2c6758d6a9513ecf3c70498623d5bf1d2.tar.gz lwn-62cea6d2c6758d6a9513ecf3c70498623d5bf1d2.zip |
ARM: dts: gr-peach: Enable MTU2 timer pulse unit
MTU2 multi-function/multi-channel timer/counter is not enabled for
GR-Peach board. The timer is used as clock event source to schedule
wake-ups, and without this enabled all sleeps not performed through busy
waiting hang the board.
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r7s72100-gr-peach.dts')
-rw-r--r-- | arch/arm/boot/dts/r7s72100-gr-peach.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts index a1c5e8823d2b..9661d43f5236 100644 --- a/arch/arm/boot/dts/r7s72100-gr-peach.dts +++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts @@ -78,6 +78,10 @@ clock-frequency = <48000000>; }; +&mtu2 { + status = "okay"; +}; + &scif2 { pinctrl-names = "default"; pinctrl-0 = <&scif2_pins>; |