Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62cea6d2 authored by Jacopo Mondi's avatar Jacopo Mondi Committed by Simon Horman
Browse files

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: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 4f049e09
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -78,6 +78,10 @@
	clock-frequency = <48000000>;
};

&mtu2 {
	status = "okay";
};

&scif2 {
	pinctrl-names = "default";
	pinctrl-0 = <&scif2_pins>;