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>
This commit is contained in:
Jacopo Mondi
2017-10-05 10:58:19 +02:00
committed by Simon Horman
parent 4f049e09d8
commit 62cea6d2c6

View File

@@ -78,6 +78,10 @@ &usb_x1_clk {
clock-frequency = <48000000>;
};
&mtu2 {
status = "okay";
};
&scif2 {
pinctrl-names = "default";
pinctrl-0 = <&scif2_pins>;