]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: gr-peach: Enable MTU2 timer pulse unit
authorJacopo Mondi <jacopo+renesas@jmondi.org>
Thu, 5 Oct 2017 08:58:19 +0000 (10:58 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 5 Oct 2017 09:26:08 +0000 (11:26 +0200)
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>
arch/arm/boot/dts/r7s72100-gr-peach.dts

index a1c5e8823d2b3b7256ea42608db5de22441ea795..9661d43f523680dab42ccd19cadaf8d4cdad267d 100644 (file)
        clock-frequency = <48000000>;
 };
 
+&mtu2 {
+       status = "okay";
+};
+
 &scif2 {
        pinctrl-names = "default";
        pinctrl-0 = <&scif2_pins>;